java.lang.Object
moe.maple.api.script.util.ListOf
public class ListOf extends Object
Created on 9/30/2019.
-
Constructor Summary
Constructors Constructor Description ListOf() -
Method Summary
Modifier and Type Method Description static <L, C, R, T> List<T>triples(TriFunction<L,C,R,T> constructor, Object... args)static <L, R, T> List<T>tuples(BiFunction<L,R,T> constructor, Object... args)