http4k-api-openapi
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-openapi
http4k-api-openapi
/
org.http4k.util
/
Appendable
Appendable
class
Appendable
<
T
>
(
val
all
:
MutableList
<
T
>
=
mutableListOf()
)
(
source
)
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
>
)