Uses of Interface
org.n52.janmayen.function.TriConsumer
-
Packages that use TriConsumer Package Description org.n52.janmayen.exception org.n52.janmayen.function -
-
Uses of TriConsumer in org.n52.janmayen.exception
Methods in org.n52.janmayen.exception that return TriConsumer Modifier and Type Method Description <A,B,C,X extends Exception>
TriConsumer<A,B,C>CompositeException. wrapConsumer(ThrowingTriConsumer<A,B,C,X> consumer) -
Uses of TriConsumer in org.n52.janmayen.function
Methods in org.n52.janmayen.function that return TriConsumer Modifier and Type Method Description default TriConsumer<A,B,C>TriConsumer. andThen(TriConsumer<? super A,? super B,? super C> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in org.n52.janmayen.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<A,B,C>TriConsumer. andThen(TriConsumer<? super A,? super B,? super C> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.
-