Class CreateListFromVarArgs
java.lang.Object
org.occurrent.application.composition.command.internal.CreateListFromVarArgs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>createList(T first, T second, T[] additional)
-
Constructor Details
-
CreateListFromVarArgs
public CreateListFromVarArgs()
-
-
Method Details
-
createList
-