Class Variable.LazyPlus

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

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

    • LazyPlus

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

    • init

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