Uses of Interface
org.burningwave.core.function.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in org.burningwave.core
Methods in org.burningwave.core with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidCache.ObjectAndPathForResources.iterate(TriConsumer<T, String, R> itemConsumer) voidCache.ObjectAndPathForResources.iterateParallel(TriConsumer<T, String, R> itemConsumer) -
Uses of TriConsumer in org.burningwave.core.classes
Methods in org.burningwave.core.classes with parameters of type TriConsumerModifier and TypeMethodDescriptionPojoSourceGenerator.setFieldsBuilder(TriConsumer<PojoSourceGenerator, ClassSourceGenerator, Map<String, VariableSourceGenerator>> fieldsBuilder) -
Uses of TriConsumer in org.burningwave.core.function
Methods in org.burningwave.core.function that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<P0, P1, P2> TriConsumer.andThen(TriConsumer<? super P0, ? super P1, ? super P2> after) Methods in org.burningwave.core.function with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<P0, P1, P2> TriConsumer.andThen(TriConsumer<? super P0, ? super P1, ? super P2> after)