Uses of Class
org.praxislive.core.types.PArray
-
Packages that use PArray Package Description org.praxislive.code org.praxislive.core.types -
-
Uses of PArray in org.praxislive.code
Methods in org.praxislive.code that return PArray Modifier and Type Method Description PArrayDefaultCodeDelegate. array(String s)Parse the given String into aPArray.PArrayDefaultCodeDelegate. array(Property p)Attempt to extract aPArrayfrom the given Property.PArrayDefaultCodeDelegate. array(Value v)Convert the given Value into aPArray. -
Uses of PArray in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PArray Modifier and Type Field Description static PArrayPArray. EMPTYMethods in org.praxislive.core.types that return PArray Modifier and Type Method Description static PArrayPArray. of(Collection<? extends Value> collection)static PArrayPArray. of(Value... args)static PArrayPArray. parse(String str)Methods in org.praxislive.core.types that return types with arguments of type PArray Modifier and Type Method Description static <T extends Value>
Collector<T,?,PArray>PArray. collector()static Optional<PArray>PArray. from(Value arg)
-