Uses of Interface
com.helger.commons.functional.ITriConsumer
-
Packages that use ITriConsumer Package Description com.helger.commons.functional -
-
Uses of ITriConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return ITriConsumer Modifier and Type Method Description default 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 ITriConsumer Modifier and Type Method Description default 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.
-