kotlinpoet
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
FunSpec
/
Builder
/
callThisConstructor
call
This
Constructor
jvm
fun
callThisConstructor
(
args
:
List
<
CodeBlock
>
)
:
FunSpec.Builder
fun
callThisConstructor
(
args
:
Iterable
<
CodeBlock
>
)
:
FunSpec.Builder
fun
callThisConstructor
(
vararg
args
:
String
)
:
FunSpec.Builder
fun
callThisConstructor
(
vararg
args
:
CodeBlock
=
emptyArray()
)
:
FunSpec.Builder