Class Lazy.Compose<A>
- java.lang.Object
-
- com.jnape.palatable.lambda.functor.builtin.Lazy<A>
-
- com.jnape.palatable.lambda.functor.builtin.Lazy.Compose<A>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
value()
Returns the value represented by this lazy computation.-
Methods inherited from class com.jnape.palatable.lambda.functor.builtin.Lazy
discardL, discardR, equals, flatMap, fmap, hashCode, lazy, lazy, pure, pureLazy, toString, trampolineM, traverse, zip
-
-