Class BoxedBooleanType

All Implemented Interfaces:
BoxedType<Boolean>, GenericType<Boolean>, Type<Boolean>

@Immutable public abstract class BoxedBooleanType extends BoxedTypeBase<Boolean>
The Boolean type.
  • Constructor Details

    • BoxedBooleanType

      public BoxedBooleanType()
  • Method Details

    • of

      public static BoxedBooleanType of()
    • clazz

      public final Class<Boolean> clazz()
      Description copied from interface: Type
      The class representing this type.
      Returns:
      the class
    • primitiveType

      public final BooleanType primitiveType()
    • walk

      public final <R> R walk(BoxedType.Visitor<R> visitor)