Interface BooleanValued

All Superinterfaces:
ScalarTyped, ScalarValued, TokenTyped, TokenValued
All Known Subinterfaces:
BooleanInputField, BooleanValuedIterator
All Known Implementing Classes:
BooleanRegister, BooleanToken, NullToken

public interface BooleanValued extends ScalarValued
A TokenValued object containing a boolean value.
See Also:
  • TokenTypeConstant#BOOLEAN
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the contained boolean value.

    Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued

    getType, isZero

    Methods inherited from interface com.pervasive.datarush.tokens.TokenValued

    isNull
  • Method Details

    • asBoolean

      boolean asBoolean()
      Gets the contained boolean value.
      Returns:
      the contained value as a boolean. If null valued, as indicated by TokenValued.isNull(), false is returned.