processing-library-plugin
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
processing-library-plugin
processing-library-plugin
/
net.stephcraft.processing.library
/
ProcessingLibraryPlugin
/
create
create
inline
fun
<
T
:
Any
>
ExtensionContainer
.
create
(
name
:
String
,
noinline
block
:
T
.
(
)
->
Unit
)
:
T
?