Example #1
0
 public List <T> Bind(List <T> a, List <T> b, Func <object, object, List <T> > f)
 => BindEx.Bind(a, b, f, this);
Example #2
0
 public Task <object> Bind(Task <object> a, Task <object> b, Func <object, object, Task <object> > f)
 => BindEx.Bind(a, b, f, this);