@InterfaceStability.Unstable @FunctionalInterface public interface SupplierFunction<T> extends InitableFunction, ClosableFunction, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns a value of type T
|
init
close
T get()