toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.util
/
Appendable
Appendable
class
Appendable
<
T
>
(
val
all
:
MutableList
<
T
>
=
mutableListOf()
)
Members
Constructors
Appendable
Link copied to clipboard
constructor
(
all
:
MutableList
<
T
>
=
mutableListOf()
)
Properties
all
Link copied to clipboard
val
all
:
MutableList
<
T
>
Functions
plus
Assign
Link copied to clipboard
operator
fun
plusAssign
(
t
:
T
)
operator
fun
plusAssign
(
t
:
Collection
<
T
>
)