* This method can be used with hashCodeFromStream when your input is an array of values that are either: number, string, boolean or custom type implementing the getHashCode():number method.
* This method can be used with hashCodeFromStream when your input is an array of values that are either: number, string, boolean or custom type implementing the getHashCode():number method.
* @param array
* @param array
*/
*/
- public static arrayOrStringFeeder(array: any): (i) => number {
+ public static arrayOrStringFeeder(array: any): (i: number) => number {