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