Пример #1
0
 public Value FoldR() => NSGenerator.FoldR(this, Arguments);
Пример #2
0
 public Value TakeUntil() => NSGenerator.TakeUntil(this, Arguments);
Пример #3
0
 public Value Group() => NSGenerator.Group(this, Arguments);
Пример #4
0
 public Value TakeWhile() => NSGenerator.TakeWhile(this, Arguments);
Пример #5
0
 public Value SkipUntil() => NSGenerator.SkipUntil(this, Arguments);
Пример #6
0
 public Value SkipWhile() => NSGenerator.SkipWhile(this, Arguments);
Пример #7
0
 public Value MapIf() => NSGenerator.MapIf(this, Arguments);
Пример #8
0
 public Value IfNot() => NSGenerator.IfNot(this, Arguments);