Class Lazy<N>

java.lang.Object
eu.bandm.tools.tpath.runtime.Value<N>
eu.bandm.tools.tpath.runtime.Lazy<N>

public abstract class Lazy<N> extends Value<N>
  • Field Details

    • value

      protected Value<N> value
    • done

      protected boolean done
  • Constructor Details

    • Lazy

      public Lazy()
  • Method Details