Package org.dmfs.jems2.function
Class SingleFunction<T>
- java.lang.Object
-
- org.dmfs.jems2.function.SingleFunction<T>
-
-
Constructor Summary
Constructors Constructor Description SingleFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V> Function<V,Single<V>>toSingle()Single<T>value(T t)Returns the value of this function at the given argument.
-