toggle menu
pprint-kotlin
1.0.0
jvm
switch theme
search in API
pprint-kotlin
/
io.exoquery.pprint
/
Tree
/
Lazy
Lazy
data
class
Lazy
(
val
body0
:
(
Tree.Ctx
)
->
Iterator
<
String
>
)
:
Tree
xyz
Members
Constructors
Lazy
Link copied to clipboard
constructor
(
body0
:
(
Tree.Ctx
)
->
Iterator
<
String
>
)
Properties
body0
Link copied to clipboard
val
body0
:
(
Tree.Ctx
)
->
Iterator
<
String
>