Class BooleanType

All Implemented Interfaces:
PrimitiveType<Boolean>, Type<Boolean>

@Immutable public abstract class BooleanType extends PrimitiveTypeBase<Boolean>
The primitive boolean type.
  • Constructor Details

    • BooleanType

      public BooleanType()
  • Method Details