TypeExtension extension
- on
Properties
- isBool → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a Bool.no setter - isBoolCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a BoolCollection.no setter - isBoolSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a BoolSet.no setter - isDateTimeCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a DateTimeCollection.no setter - isDateTimeSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a DateTimeSet.no setter - isDurationCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a DurationCollection.no setter - isDurationSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a DurationSet.no setter - isInt → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a Int.no setter - isIntCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis an IntCollection.no setter - isIntSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis an IntSet.no setter - isJsonMap → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis of type JsonMap.no setter - isJsonMapCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis of type JsonMapCollection.no setter - isJsonString → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis of type JsonString.no setter - isStringCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a StringCollection.no setter - isStringSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis a StringSet.no setter
Methods
-
equals(
Type type) → bool -
Available on Type, provided by the TypeExtension extension
Generalized equality check to simplify type checking. -
isEqualTo(
Type type) → bool -
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis of type Type. -
isNotEqualTo(
Type type) → bool -
Available on Type, provided by the TypeExtension extension
Checks if the giventhisis of type Type.