36373839404142
return new Constant( value ) ; } public static Closure makeFuture( Closure value ) { return new Future( value ) ; }
18192021222324