Package io.deephaven.qst.type
Interface PrimitiveType<T>
- Type Parameters:
T- the primitive type
- All Superinterfaces:
Type<T>
- All Known Implementing Classes:
BooleanType,ByteType,CharType,DoubleType,FloatType,IntType,LongType,PrimitiveTypeBase,ShortType
A primitive type.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<PrimitiveType<?>> <R> Rwalk(PrimitiveType.Visitor<R> visitor)
-
Method Details
-
instances
-
boxedType
-
walk
-