public interface BooleanValued extends ScalarValued
TokenValued
object containing a boolean value.TokenTypeConstant#BOOLEAN
Modifier and Type | Method and Description |
---|---|
boolean |
asBoolean()
Gets the contained boolean value.
|
getType, isZero
isNull
boolean asBoolean()
boolean
. If null valued,
as indicated by TokenValued.isNull()
, false
is returned.Copyright © 2020 Actian Corporation. All rights reserved.