Uses of Interface
com.pervasive.datarush.tokens.scalar.BooleanValued
Packages that use BooleanValued
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 BooleanValued in com.pervasive.datarush.ports.physical
Subinterfaces of BooleanValued in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA boolean valued field of a record input port. -
Uses of BooleanValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of BooleanValued in com.pervasive.datarush.sequences.scalarMethods in com.pervasive.datarush.sequences.scalar that return BooleanValued -
Uses of BooleanValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type BooleanValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(BooleanValued value) Formats a boolean value as a string suitable for output.static intTokenUtils.compare(BooleanValued value1, BooleanValued value2) Indicates the relative ordering of two boolean values in ascending order.static booleanTokenUtils.equal(BooleanValued value1, BooleanValued value2) Indicates whether two boolean values are equal.static intTokenUtils.hashCode(BooleanValued value) Computes a hash code for a boolean value. -
Uses of BooleanValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement BooleanValuedModifier and TypeClassDescriptionfinal classA mutableBooleanValuedobject.final classAn immutableBooleanValuedobject.classAn null token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type BooleanValuedModifier and TypeMethodDescriptionstatic BooleanTokenBooleanToken.getToken(BooleanValued value) Returns a token with the boolean value in the given container.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type BooleanValuedModifierConstructorDescriptionBooleanToken(BooleanValued value) Constructs a new token with the boolean value in the given container.