示例#1
0
 public static Try <T> bifilter <T>(Try <T> self, Func <T, bool> Succ, Func <Exception, bool> Fail) =>
 self.BiFilter(Succ, Fail);