Esempio n. 1
0
 public static IEnumerable <R> Bind <T, R>(this Option <T> opt, Func <T, IEnumerable <R> > func) =>
 opt.AsEnumerable().Bind(func);