Esempio n. 1
0
 public static ILendable <A> MakeDeferred <A>(this Func <A> f)
 {
     return(new Deferred <A>(() => LeaseHelper.Return(f())));
 }
Esempio n. 2
0
 public ILease <TValue> GetLease()
 {
     return(LeaseHelper.Return(m_Value));
 }