Uses of Class
org.praxislive.core.types.PArray
Packages that use PArray
Package
Description
-
Uses of PArray in org.praxislive.code
Methods in org.praxislive.code that return PArrayModifier and TypeMethodDescriptiondefault PArrayParse the given String into aPArray.default PArrayAttempt to extract aPArrayfrom the given Property.default PArrayConvert the given Value into aPArray.Methods in org.praxislive.code that return types with arguments of type PArray -
Uses of PArray in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return types with arguments of type PArrayModifier and TypeMethodDescriptionAsync.extractArgs(Async<Call> asyncCall) Create an Async that will complete when the provided async call completes, by extracting the call arguments. -
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.