Package one.xingyi.core.monad
Class Epic<T>
- java.lang.Object
-
- one.xingyi.core.monad.Epic<T>
-
public class Epic<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Epic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T1> Epic<T1>flatMap(java.util.function.Function<T,Epic<T1>> fn)<T1> Epic<T1>map(java.util.function.Function<T,T1> fn)
-