Class Constant<T>

    • Field Detail

      • value

        protected final T value
    • Method Detail

      • get

        public T get()
        Specified by:
        get in interface Supplier<T>
      • get0

        public T get0()
        Description copied from interface: IFuture
        Synchronously get the value of this future, potentially blocking until it is resolved.
        Specified by:
        get0 in interface IFuture<T>
        Specified by:
        get0 in interface ITuple1G_<T>