Uses of Class
org.praxislive.core.types.PArray
Packages that use PArray
-
Uses of PArray in org.praxislive.code
Methods in org.praxislive.code that return PArray -
Uses of PArray in org.praxislive.core.protocols
Methods in org.praxislive.core.protocols that return PArrayModifier and TypeMethodDescriptionSupportedTypes.Result.typesAsArray()List of supported types as PArray for response call. -
Uses of PArray in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PArrayMethods in org.praxislive.core.types that return PArrayModifier and TypeMethodDescriptionfinal PArrayPArray.ArrayBasedValue.dataArray()Access the backing PArray data.static PArrayPArray.of(Collection<? extends Value> collection) Create a PArray from the given collection of values.static PArrayCreate a PArray from the given collection of values.static PArrayParse the given text into a PArray.Methods in org.praxislive.core.types that return types with arguments of type PArrayModifier and TypeMethodDescriptionPArray.collector()Create aCollectorthat can create a PArray from a Stream of Values.Cast or convert the provided value into a PArray, wrapped in an Optional.Constructors in org.praxislive.core.types with parameters of type PArrayModifierConstructorDescriptionprotectedArrayBasedValue(PArray data) Construct a MapBasedValue using the provided data map.