MultipazProject
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
MultipazProject
multipaz-cbor-rpc
/
org.multipaz.processor
/
CodeBuilder
/
optionalBlock
optional
Block
fun
optionalBlock
(
before
:
String
?
,
lambda
:
CodeBuilder
.
(
)
->
Unit
)
If
before
is not null, behaves like
block
, simply executes
lambda
otherwise.