Uses of Interface
zone.lamprey.function.TriConsumer
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of TriConsumer in zone.lamprey.function
Methods in zone.lamprey.function with type parameters of type TriConsumer Modifier and Type Method Description default <T, U, V, F extends TriConsumer<T, U, V>>
FRunnable. andThen(F after)LikeRunnable.andThen(Runnable), but creates a TriConsumer.Methods in zone.lamprey.function that return TriConsumer Modifier and Type Method Description default TriConsumer<T,U,V>TriConsumer. andThen(TriConsumer<? super T,? super U,? super V> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriConsumer. andThenL(Consumer<? super T> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriConsumer. andThenLM(BiConsumer<? super T,? super U> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriConsumer. andThenLR(BiConsumer<? super T,? super V> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriConsumer. andThenM(Consumer<? super U> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriConsumer. andThenMR(BiConsumer<? super U,? super V> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriConsumer. andThenR(Consumer<? super V> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.default TriConsumer<T,U,V>TriFunction. consume(Consumer<R> consumer)Consume a function.Methods in zone.lamprey.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<T,U,V>TriConsumer. andThen(TriConsumer<? super T,? super U,? super V> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.