Interface TokenSettable

    • Method Detail

      • set

        void set​(TokenValued value)
        Sets the contained value to the given token value. The given value must have a type compatible with this object.
        Parameters:
        value - the value to which to set the container
      • setNull

        void setNull()
        Sets the contained value to be null valued.
      • setZero

        void setZero()
        Sets the contained value to be zero valued.