ExtCborHelper extension
- on
Methods
-
as<
T extends CborObject< (Object?> >{String? operation}) → T -
Available on CborObject<
Object?> , provided by the ExtCborHelper extension -
hasType<
T> () → bool -
Available on CborObject<
Checks whether the value stored in the CborObject has the specified typeObject?> , provided by the ExtCborHelper extensionT. -
objectTo<
E, T extends CborObject< (Object?> >E toe(T e)) → E -
Available on CborObject<
Object?> , provided by the ExtCborHelper extension