Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.app
/
Application
/
Builder
/
addBundle
add
Bundle
open
fun
addBundle
(
value
:
AppBundle
)
:
Application.Builder
open
fun
addBundle
(
index
:
Int
,
value
:
AppBundle
)
:
Application.Builder
open
fun
addBundle
(
builderForValue
:
AppBundle.Builder
)
:
Application.Builder
open
fun
addBundle
(
index
:
Int
,
builderForValue
:
AppBundle.Builder
)
:
Application.Builder
Code bundles which implement the application.
Content copied to clipboard
repeated .elide.app.AppBundle bundle = 7;