Interface IValue<T>

  • All Known Implementing Classes:
    Value

    public interface IValue<T>
    An extremely simple interface that simple allows for "late" retrieval/calculation of a value. Inspired by Wicket's IModel interface. Also similar to java.lang.ref.Reference, but without all of the special GC handling.
    • Method Detail

      • get

        T get()