Uses of Interface
org.burningwave.core.function.PentaConsumer
| Package | Description |
|---|---|
| org.burningwave.core.classes | |
| org.burningwave.core.function |
-
Uses of PentaConsumer in org.burningwave.core.classes
Methods in org.burningwave.core.classes with parameters of type PentaConsumer Modifier and Type Method Description PojoSourceGeneratorPojoSourceGenerator. setExtraElementsBuilder(PentaConsumer<PojoSourceGenerator,ClassSourceGenerator,Class<?>,Collection<Class<?>>,Integer> extraElementsBuilder)PojoSourceGeneratorPojoSourceGenerator. setGetterMethodsBodyBuilder(PentaConsumer<PojoSourceGenerator,ClassSourceGenerator,FunctionSourceGenerator,Method,Integer> getterMethodsBodyBuilder)PojoSourceGeneratorPojoSourceGenerator. setSetterMethodsBodyBuilder(PentaConsumer<PojoSourceGenerator,ClassSourceGenerator,FunctionSourceGenerator,Method,Integer> setterMethodsBodyBuilder) -
Uses of PentaConsumer in org.burningwave.core.function
Methods in org.burningwave.core.function that return PentaConsumer Modifier and Type Method Description default PentaConsumer<P0,P1,P2,P3,P4>PentaConsumer. andThen(PentaConsumer<? super P0,? super P1,? super P2,? super P3,? super P4> after)Methods in org.burningwave.core.function with parameters of type PentaConsumer Modifier and Type Method Description default PentaConsumer<P0,P1,P2,P3,P4>PentaConsumer. andThen(PentaConsumer<? super P0,? super P1,? super P2,? super P3,? super P4> after)