Uses of Interface
pro.horde.os.cutils.function.TriConsumer
-
Packages that use TriConsumer Package Description pro.horde.os.cutils.function -
-
Uses of TriConsumer in pro.horde.os.cutils.function
Methods in pro.horde.os.cutils.function that return TriConsumer Modifier and Type Method Description default TriConsumer<X,Y,Z>TriConsumer. andThen(TriConsumer<? super X,? super Y,? super Z> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in pro.horde.os.cutils.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<X,Y,Z>TriConsumer. andThen(TriConsumer<? super X,? super Y,? super Z> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.
-