Uses of Interface
org.praxislive.core.DataObject
Packages that use DataObject
Package
Description
-
Uses of DataObject in org.praxislive.code.userapi
Classes in org.praxislive.code.userapi that implement DataObjectModifier and TypeClassDescriptionclassA basic Struct-like DataObject for grouping other DataObjects or primitive arrays.Methods in org.praxislive.code.userapi with type parameters of type DataObject -
Uses of DataObject in org.praxislive.core.types
Methods in org.praxislive.core.types with type parameters of type DataObjectModifier and TypeMethodDescriptionstatic <T extends DataObject>
Collector<T, ?, PBytes> PBytes.collector()Collector to take Stream of DataObject subclasses and write into new PBytes.<T extends DataObject>
voidIterate through data by decoding into provided container DataObject and calling consumer.<T extends DataObject>
Stream<T> Create a Stream over the data by decoding into count number of DataObjects provided by supplier.<T extends DataObject>
Stream<T> Create a Stream over the data by decoding into DataObjects provided by supplier<T extends DataObject>
PBytesPBytes.transformIn(T container, Consumer<T> transformer) Transform data by iterating into provided container and calling provided consumer before writing container into new PBytesMethod parameters in org.praxislive.core.types with type arguments of type DataObjectModifier and TypeMethodDescriptionstatic PBytesPBytes.of(List<? extends DataObject> list) Encode the provided List of DataObject subclasses into a new PBytes -
Uses of DataObject in org.praxislive.video.pgl.code.userapi
Classes in org.praxislive.video.pgl.code.userapi that implement DataObjectModifier and TypeClassDescriptionclass( begin auto-generated from PVector.xml ) A class to describe a two or three dimensional vector.