Class Lazy.Later<A>

java.lang.Object
com.jnape.palatable.lambda.functor.builtin.Lazy<A>
com.jnape.palatable.lambda.functor.builtin.Lazy.Later<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.Later<A> extends Lazy<A>
  • Field Details

    • fn0

      private final Fn0<A> fn0
  • Constructor Details

    • Later

      private Later(Fn0<A> fn0)
  • 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