Ejemplo n.º 1
0
 public static OptionAsync <B> bimap <A, B>(OptionAsync <A> ma, Func <A, B> Some, Func <Unit, B> None) =>
 ma.BiMap(Some, None);