Uses of Class
pro.horde.os.cutils.function.Idler
-
Packages that use Idler Package Description pro.horde.os.cutils.function -
-
Uses of Idler in pro.horde.os.cutils.function
Methods in pro.horde.os.cutils.function that return Idler Modifier and Type Method Description 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)
-