orbit-mvi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
orbit-mvi
orbit-core
/
org.orbitmvi.orbit.syntax
/
toSubclassContainerContext
to
Subclass
Container
Context
inline
fun
<
S
:
Any
,
SE
:
Any
,
T
:
S
>
ContainerContext
<
S
,
SE
>
.
toSubclassContainerContext
(
crossinline
predicate
:
(
T
)
->
Boolean
=
{ true }
,
capturedState
:
T
)
:
SubStateContainerContext
<
S
,
SE
,
T
>
(
source
)