public final class Bool
extends Value
-
-
Method Summary
boolean
boolean
int
boolean
Methods inherited from class com.daml.ledger.javaapi.data.Value
asBool, asContractId, asDate, asEnum, asGenMap, asInt64, asList, asNumeric, asOptional, asParty, asRecord, asText, asTextMap, asTimestamp, asUnit, asVariant, fromProto
-
Field Details
-
TRUE
public static final Bool TRUE
-
FALSE
public static final Bool FALSE
-
Method Details
-
of
public static Bool of(boolean value)
-
-
isValue
public boolean isValue()
-
getValue
public boolean getValue()
-
-
-