Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
get
Link copied to clipboard
fun get(vararg parameters: ParameterSpec = emptyArray(), returnType: TypeName): FunctionTypeName
Returns a lambda type with returnType and parameters listed in parameters.
fun get(vararg parameters: TypeName = emptyArray(), returnType: TypeName): FunctionTypeName
Returns a lambda type with returnType and parameters listed in parameters.
fun get(parameters: List<ParameterSpec> = emptyList(), returnType: TypeName): FunctionTypeName
Returns a lambda type with returnType and parameters listed in parameters.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String