Uses of Interface
me.croabeast.common.function.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in me.croabeast.common.builder
Methods in me.croabeast.common.builder with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault BTriBuilder.modify(TriConsumer<T, U, V> consumer) Applies the providedTriConsumerto the three elements. -
Uses of TriConsumer in me.croabeast.common.function
Methods in me.croabeast.common.function that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T, U, V> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super V> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in me.croabeast.common.function with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T, U, V> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super V> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.