partial-renderer
partial-renderer
API
io.github.nafg.scalajs.react.util.partialrenderer
PartialRenderer
PartialRenderer
PartialSettable
PartialSettable
PartialityType
PartialityType
Settable
Tentative
Tentative
Full
Partial
partial-renderer
/
io.github.nafg.scalajs.react.util.partialrenderer
/
Settable
Settable
io.github.nafg.scalajs.react.util.partialrenderer.Settable
case
class
Settable
[
A
](
value
:
A
)(
modify
: (
A
=>
A
)
=>
Callback
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
set
(
a
:
A
):
Callback
def
toStateSnapshot
:
StateSnapshot
[
A
]
def
xmap
[
B
](
get
:
A
=>
B
)(
reverseGet
:
B
=>
A
):
Settable
[
B
]
def
zoom
[
B
](
lens
:
Lens
[
A
,
B
]):
Settable
[
B
]
def
zoom
[
B
](
get
:
A
=>
B
)(
set
:
B
=>
A
=>
A
):
Settable
[
B
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
Concrete fields
val
modify
: (
A
=>
A
)
=>
Callback
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods
Concrete fields