CvColumn<T extends Object?> class
abstract
Content value column.
- Implementers
- Available extensions
Properties
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 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited