Uses of Interface
com.aoapps.lang.function.SupplierE
-
Packages that use SupplierE Package Description com.aoapps.lang.function -
-
Uses of SupplierE in com.aoapps.lang.function
Methods in com.aoapps.lang.function with parameters of type SupplierE Modifier and Type Method Description static <T,Ex extends Throwable>
Optional<T>Suppliers. coalesceE(SupplierE<? extends T,? extends Ex>... suppliers)Lazily evaluates a set of suppliers, returning the first non-null result orOptional.EMPTYwhen no result.
-