Class Bool

java.lang.Object
com.daml.ledger.javaapi.data.Value
com.daml.ledger.javaapi.data.Bool

public final class Bool extends Value
  • Field Details

    • TRUE

      public static final Bool TRUE
    • FALSE

      public static final Bool FALSE
  • Method Details

    • of

      public static Bool of(boolean value)
    • toProto

      public com.daml.ledger.api.v2.ValueOuterClass.Value toProto()
      Specified by:
      toProto in class Value
    • isValue

      public boolean isValue()
    • getValue

      public boolean getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object