Uses of Interface
pro.horde.os.cutils.function.Accepter
-
Packages that use Accepter Package Description pro.horde.os.cutils.function pro.horde.os.cutils.value -
-
Uses of Accepter in pro.horde.os.cutils.function
Methods in pro.horde.os.cutils.function that return Accepter Modifier and Type Method Description default Accepter<T>Accepter. andThen(Accepter<? super T> after)Returns a composedAccepterthat performs, in sequence, this operation followed by theafteroperation.Methods in pro.horde.os.cutils.function with parameters of type Accepter Modifier and Type Method Description default Accepter<T>Accepter. andThen(Accepter<? super T> after)Returns a composedAccepterthat performs, in sequence, this operation followed by theafteroperation. -
Uses of Accepter in pro.horde.os.cutils.value
Methods in pro.horde.os.cutils.value with parameters of type Accepter Modifier and Type Method Description Que<T>Que. andAccept(Accepter<? super T> accepter)This method will accept naAcceptertype variable.Que<T>Que. execute(Accepter<? super T> accepter)This method will Accept and executeAcceptertype variable.
-