Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
invoke
Link copied to clipboard
common
operator fun <A> invoke(type: TypeToken<A>, value: A): Typed<A>
Creates a Typed instance for the given type and value
operator fun <A> invoke(type: TypeToken<A>, func: () -> A): Typed<A>
Creates a Typed instance for the given type and value creator (which will be lazily called).
toString
Link copied to clipboard
common
open fun toString(): String