Uses of Interface
com.helger.base.functional.ITriConsumer
Packages that use ITriConsumer
-
Uses of ITriConsumer in com.helger.base.functional
Methods in com.helger.base.functional that return ITriConsumerModifier and TypeMethodDescriptiondefault @NonNull ITriConsumer<T, U, V> ITriConsumer.andThen(@Nullable ITriConsumer<? super T, ? super U, ? super V> after) Returns a composedITriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.helger.base.functional with parameters of type ITriConsumerModifier and TypeMethodDescriptiondefault @NonNull ITriConsumer<T, U, V> ITriConsumer.andThen(@Nullable ITriConsumer<? super T, ? super U, ? super V> after) Returns a composedITriConsumerthat performs, in sequence, this operation followed by theafteroperation.