예제 #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);