MetaverseSDK / io.gometa.sdk / Event
Event
open class Event<T>
Constructors
<init> | Event(data: T ?) |
Functions
equals | open fun equals(other: Any ?): Boolean |
get | fun get(): T ? |
hashCode | open fun hashCode(): Int |
Companion Object Properties
ANY | val ANY: Any |
Companion Object Functions
any | fun any(): Event < Any > |