Class Lazy.Compose<A>

java.lang.Object
com.jnape.palatable.lambda.functor.builtin.Lazy<A>
com.jnape.palatable.lambda.functor.builtin.Lazy.Compose<A>
All Implemented Interfaces:
Applicative<A,Lazy<?>>, Functor<A,Lazy<?>>, Monad<A,Lazy<?>>, MonadRec<A,Lazy<?>>, Traversable<A,Lazy<?>>
Enclosing class:
Lazy<A>

private static final class Lazy.Compose<A> extends Lazy<A>
  • Field Details

  • Constructor Details

  • Method Details

    • value

      public A value()
      Description copied from class: Lazy
      Returns the value represented by this lazy computation.
      Specified by:
      value in class Lazy<A>
      Returns:
      the value