Package com.evolveum.concepts.func
Interface FailableSupplier<O,E extends Exception>
-
public interface FailableSupplier<O,E extends Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description O
get()
default <I> FailableFunction<I,O,E>
toConstantFunction()
-
-
-
Method Detail
-
get
O get()
-
toConstantFunction
default <I> FailableFunction<I,O,E> toConstantFunction()
-
-