Example #1
0
 public static extern Haxe.HaxeBool Empty <T>(Haxe.root.Iterable <T> it);
Example #2
0
 public static extern Haxe.HaxeInt IndexOf <T>(Haxe.root.Iterable <T> it, T v);
Example #3
0
 public static extern B Fold <A, B>(Haxe.root.Iterable <A> it, Func <A, B, B> f, B first);
Example #4
0
 public static extern Haxe.HaxeInt Count <A>(Haxe.root.Iterable <A> it, Func <A, bool> pred = default(Func <A, bool>));
Example #5
0
 public static extern void Iter <A>(Haxe.root.Iterable <A> it, Action <A> f);
Example #6
0
 public static extern Haxe.root.List <A> Filter <A>(Haxe.root.Iterable <A> it, Func <A, bool> f);
Example #7
0
 public static extern Haxe.HaxeBool Exists <A>(Haxe.root.Iterable <A> it, Func <A, bool> f);
Example #8
0
 public static extern Haxe.HaxeArray <A> Array <A>(Haxe.root.Iterable <A> it);
Example #9
0
 public static extern Haxe.root.List <B> FlatMap <A, B>(Haxe.root.Iterable <A> it, Func <A, Haxe.root.Iterable <B> > f);
Example #10
0
 public static extern Haxe.HaxeBool Has <A>(Haxe.root.Iterable <A> it, A elt);
Example #11
0
 public static extern Haxe.root.List <A> Flatten <A>(Haxe.root.Iterable <Haxe.root.Iterable <A> > it);
Example #12
0
 public static extern Haxe.root.List <B> Mapi <A, B>(Haxe.root.Iterable <A> it, Func <int, A, B> f);
Example #13
0
 public static extern Haxe.root.List <A> @List <A>(Haxe.root.Iterable <A> it);
Example #14
0
 public static extern Haxe.root.Null <T> Find <T>(Haxe.root.Iterable <T> it, Func <T, bool> f);
Example #15
0
 public static extern Haxe.HaxeBool Foreach <A>(Haxe.root.Iterable <A> it, Func <A, bool> f);
Example #16
0
 public static extern Haxe.root.List <T> Concat <T>(Haxe.root.Iterable <T> a, Haxe.root.Iterable <T> b);
Example #17
0
 protected virtual extern Haxe.root.List <Haxe.Rtti.ClassField> SortFields(Haxe.root.Iterable <Haxe.Rtti.ClassField> fl);