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
/
Tentative
Tentative
io.github.nafg.scalajs.react.util.partialrenderer.Tentative
See the
Tentative
companion object
sealed
trait
Tentative
[
+
P
,
+
F
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
Full
[
F
]
class
Partial
[
P
]
Members list
Clear all
Value members
Abstract methods
def
error
:
Option
[
String
]
def
fold
[
A
](
onPartial
:
P
=>
A
,
onFull
:
F
=>
A
):
A
def
mapFull
[
F1
>:
F
,
F2
](
f
:
F1
=>
F2
):
Tentative
[
P
,
F2
]
def
mapPartial
[
P1
>:
P
,
P2
](
f
:
P1
=>
P2
):
Tentative
[
P2
,
F
]
def
partialValue
[
P1
>:
P
,
F1
>:
F
](
implicit
partialityType
:
PartialityType
[
P1
,
F1
]):
P1
In this article
Attributes
Members list
Value members
Abstract methods