Uses of Interface
com.pervasive.datarush.tokens.scalar.BooleanValued
-
Packages that use BooleanValued Package Description com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.scalar 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.physical Modifier and Type Interface Description interfaceBooleanInputFieldA 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.scalar Modifier and Type Interface Description interfaceBooleanValuedIteratorAScalarValuedIteratorover boolean values.Methods in com.pervasive.datarush.sequences.scalar that return BooleanValued Modifier and Type Method Description BooleanValuedBooleanTokenList. getToken(int index)BooleanValuedBooleanTokenSequence. getToken(int index)BooleanValuedSparseBooleanTokenList. getToken(int index) -
Uses of BooleanValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type BooleanValued Modifier and Type Method Description static 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 BooleanValued Modifier and Type Class Description classBooleanRegisterA mutableBooleanValuedobject.classBooleanTokenAn immutableBooleanValuedobject.classNullTokenAn null token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type BooleanValued Modifier and Type Method Description static 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 BooleanValued Constructor Description BooleanToken(BooleanValued value)Constructs a new token with the boolean value in the given container.
-