Uses of Interface
com.pervasive.datarush.tokens.scalar.ObjectValued
Packages that use ObjectValued
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for scalar valued
tokens.
-
Uses of ObjectValued in com.pervasive.datarush.ports.physical
Subinterfaces of ObjectValued in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceAn object valued field of a record input port. -
Uses of ObjectValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of ObjectValued in com.pervasive.datarush.sequences.scalarMethods in com.pervasive.datarush.sequences.scalar that return ObjectValued -
Uses of ObjectValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type ObjectValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(ObjectValued<?> value) Formats an object value as a string suitable for output.static <O extends Comparable<O>>
intTokenUtils.compare(ObjectValued<O> value1, ObjectValued<O> value2) Indicates the relative ordering of two object values in ascending order.static <O> booleanTokenUtils.equal(ObjectValued<O> value1, ObjectValued<O> value2) Indicates whether two object values are equal.static intTokenUtils.hashCode(ObjectValued<?> value) Computes a hash code for an object value. -
Uses of ObjectValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement ObjectValuedModifier and TypeClassDescriptionfinal classA mutableObjectValuedobject.final classObjectToken<O>An immutableObjectValuedobject.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type ObjectValuedModifierConstructorDescriptionObjectToken(ObjectValued<O> value) Constructs a new token with the object value in the given container.