Uses of Interface
dev.alexengrig.util.lambda.TerConsumer
-
Uses of TerConsumer in dev.alexengrig.util.lambda
Methods in dev.alexengrig.util.lambda that return TerConsumerModifier and TypeMethodDescriptiondefault TerConsumer<F,S, T> TerConsumer.andThen(TerConsumer<? super F, ? super S, ? super T> after) Returns a composedTerConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in dev.alexengrig.util.lambda with parameters of type TerConsumerModifier and TypeMethodDescriptiondefault TerConsumer<F,S, T> TerConsumer.andThen(TerConsumer<? super F, ? super S, ? super T> after) Returns a composedTerConsumerthat performs, in sequence, this operation followed by theafteroperation.