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 Oget()default <I> FailableFunction<I,O,E>toConstantFunction() 
 - 
 
- 
- 
Method Detail
- 
get
O get()
 
- 
toConstantFunction
default <I> FailableFunction<I,O,E> toConstantFunction()
 
 - 
 
 -