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