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