Class Lazy.Later<A>

    • Field Detail

      • fn0

        private final Fn0<A> fn0
    • Constructor Detail

      • Later

        private Later​(Fn0<A> fn0)
    • Method Detail

      • 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