CvColumnTypeExtension<T extends Object?> extension
Extension methods to check subtype and supertype relationships
- on
-
- CvColumn<
T>
- CvColumn<
Methods
-
isSubtypeOf<
SUPERTYPE> () → bool -
Available on CvColumn<
Returns true if T is a subtype of SUPERTYPET> , provided by the CvColumnTypeExtension extension -
isSupertypeOf<
SUBTYPE> () → bool -
Available on CvColumn<
Returns true if T is a supertype of SUBTYPET> , provided by the CvColumnTypeExtension extension