Class Variable.LazyPlus

All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Variable<A>

class Variable.LazyPlus extends Lazy<A>
  • Constructor Details Link icon

    • LazyPlus Link icon

      LazyPlus(Pattern<? super A> root)
  • Method Details Link icon

    • init Link icon

      protected Pattern<A> init(Pattern<? super A> self)
      Description copied from class: Lazy
      Creates the wrapped pattern.
      Specified by:
      init in class Lazy<A>