redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-modifiers
/
app.cash.redwood.ui.basic.modifier
/
Reuse
Reuse
@
ObjCName
(
name
=
"Reuse"
,
exact
=
true
)
interface
Reuse
:
Modifier.UnscopedElement
Members
Functions
for
Each
Link copied to clipboard
open
override
fun
forEach
(
block
:
(
Modifier.Element
)
->
Unit
)
for
Each
Scoped
Link copied to clipboard
open
override
fun
forEachScoped
(
block
:
(
Modifier.ScopedElement
)
->
Unit
)
for
Each
Unscoped
Link copied to clipboard
open
override
fun
forEachUnscoped
(
block
:
(
Modifier.UnscopedElement
)
->
Unit
)
then
Link copied to clipboard
open
infix
fun
then
(
other
:
Modifier
)
:
Modifier