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