Class BoxedFloatType

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

@Immutable public abstract class BoxedFloatType extends BoxedTypeBase<Float>
The Float type.
  • Constructor Details

    • BoxedFloatType

      public BoxedFloatType()
  • Method Details

    • of

      public static BoxedFloatType of()
    • clazz

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

      public final FloatType primitiveType()
    • walk

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