Package org.dmfs.jems2.function
Class SingleFunction<T>
java.lang.Object
org.dmfs.jems2.function.SingleFunction<T>
- All Implemented Interfaces:
FragileFunction<T,,Single<T>, RuntimeException> Function<T,,Single<T>> ThrowingFunction<T,Single<T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleFunction
public SingleFunction()
-
-
Method Details
-
toSingle
-
value
Description copied from interface:FunctionReturns the value of this function at the given argument.
-