Interface ObjectValued<O>

Type Parameters:
O - the type of Java object
All Superinterfaces:
ObjectTyped<O>, ScalarTyped, ScalarValued, TokenTyped, TokenValued
All Known Subinterfaces:
ObjectInputField<T>, ObjectValuedIterator<T>
All Known Implementing Classes:
ObjectRegister, ObjectToken

public interface ObjectValued<O> extends ScalarValued, ObjectTyped<O>
A TokenValued object containing a Java object.
See Also:
  • TokenTypeConstant#OBJECT(Class)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the contained Java object.
    Gets the data type of the token.

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

    isZero

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

    isNull