Uses of Interface
pro.horde.os.cutils.function.Dealer
-
Packages that use Dealer Package Description pro.horde.os.cutils.function pro.horde.os.cutils.value -
-
Uses of Dealer in pro.horde.os.cutils.function
Classes in pro.horde.os.cutils.function that implement Dealer Modifier and Type Class Description classIdler<T>TheIdlerr is intended to be memorized and idempotent.Methods in pro.horde.os.cutils.function that return Dealer Modifier and Type Method Description static <T> Dealer<T>Idler. deal(Dealer<? extends T> dealer)Supply take an instance ofDealeras parameter..Methods in pro.horde.os.cutils.function with parameters of type Dealer Modifier and Type Method Description static <T> Dealer<T>Idler. deal(Dealer<? extends T> dealer)Supply take an instance ofDealeras parameter..static <T> Idler<T>Idler. of(Supplier<? extends T> supplier, Dealer<? extends T> dealer)static <T> Idler<T>Idler. of(Dealer<? extends T> dealer, Supplier<T> supplier) -
Uses of Dealer in pro.horde.os.cutils.value
Methods in pro.horde.os.cutils.value with parameters of type Dealer Modifier and Type Method Description Que<T>Que. andDeal(Dealer<? extends T> dealer)This method will deal dataQue.valuevariable.static <T> Que<T>Que. as(Dealer<? extends T> dealer)static <T> Try<T>Try. of(Dealer<? extends T> operation)Accepts aDealertype function which is expected to return a result if operation was successful.Pause.Run.Delay<T>Pause.Run. thenRun(Dealer<T> dealer)This method chains aDealerexpression that execute after the pause.
-