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