Uses of Interface
org.burningwave.core.function.TriConsumer
| Package | Description |
|---|---|
| org.burningwave.core.classes | |
| org.burningwave.core.function |
-
Uses of TriConsumer in org.burningwave.core.classes
Methods in org.burningwave.core.classes with parameters of type TriConsumer Modifier and Type Method Description PojoSourceGeneratorPojoSourceGenerator. setFieldsBuilder(TriConsumer<PojoSourceGenerator,ClassSourceGenerator,Map<String,VariableSourceGenerator>> fieldsBuilder) -
Uses of TriConsumer in org.burningwave.core.function
Methods in org.burningwave.core.function that return TriConsumer Modifier and Type Method Description default TriConsumer<P0,P1,P2>TriConsumer. andThen(TriConsumer<? super P0,? super P1,? super P2> after)Methods in org.burningwave.core.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<P0,P1,P2>TriConsumer. andThen(TriConsumer<? super P0,? super P1,? super P2> after)