kotlinpoet
/
com.squareup.kotlinpoet
/
TypeAliasSpec
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
builder
Link copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
TypeName
):
TypeAliasSpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
Type
):
TypeAliasSpec.Builder
Content copied to clipboard
@
JvmStatic
()
fun
builder
(name:
String
, type:
KClass
<*>):
TypeAliasSpec.Builder
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard