Package io.deephaven.qst.type
Class InstantType
- All Implemented Interfaces:
GenericType<Instant>
,Type<Instant>
The
Instant
type.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.type.GenericType
GenericType.Visitor<R>
Nested classes/interfaces inherited from interface io.deephaven.qst.type.Type
Type.Visitor<R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclazz()
The class representingthis
type.static InstantType
of()
final String
toString()
final <R> R
walk
(GenericType.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.type.GenericTypeBase
arrayType, walk