Interface CBBooleanType

All Superinterfaces:
CBSerializableType, Formattable
All Known Implementing Classes:
CBFalse, CBTrue

public sealed interface CBBooleanType extends Formattable, CBSerializableType permits CBFalse, CBTrue
The boolean type.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.util.Formattable

    formatTo
  • Method Details

    • asBoolean

      boolean asBoolean()
      Returns:
      This value as a Java boolean