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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<PrimitiveType<?>>
<R> R
walk
(PrimitiveType.Visitor<R> visitor)
-
Method Details
-
instances
-
boxedType
-
walk
-