Strata
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Strata
api
/
dev.s7a.strata.projection
/
ProjectionBinding
/
ProjectionBinding
Projection
Binding
constructor
(
type
:
ProjectionType
,
identity
:
Any
,
read
:
(
)
->
T
,
encode
:
(
T
)
->
ProjectionValue
,
decode
:
(
ProjectionValue
)
->
T
,
write
:
UiSession
.
(
T
)
->
Unit
)
(
source
)