Пример #1
0
 public static Lazy <R> Apply <A, R>(this Lazy <Func <A, R> > fn, Lazy <A> @this) => @this.Apply(fn);