Class MakePromise

  • All Implemented Interfaces:
    Named

    public class MakePromise
    extends Procedure1
    • Constructor Detail

      • MakePromise

        public MakePromise()
    • Method Detail

      • makePromiseLazy

        public static <T> Promise<T> makePromiseLazy​(Procedure thunk)
      • apply1

        public java.lang.Object apply1​(java.lang.Object thunk)
        Specified by:
        apply1 in class Procedure1