crystal
crystal
crystal
Pot
Pot
Error
Pending
Ready
PotOption
PotOption
Error
Pending
ReadyNone
ReadySome
UnitMonadOps
ViewF
ViewF
ViewListF
ViewOps
ViewOptF
crystal.implicits
AnyOptionToPotOps
AnyToPotOps
OptionApplicativeUnitOps
PotCats
PotOptionCats
TryOptionToPotOps
TryToPotOps
throwable
crystal.react
ContextProvider
Backend
Ctx
FromStateReuseView
FromStateView
ReuseImplicitsLowPriority
ReuseView
StateProvider
View
crystal.react.hooks
SerialState
SerialState
UseAsyncEffect
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseEffectResult
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseResource
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseSerialState
UseSerialState
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseSerialStateView
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseSingleEffect
UseSingleEffect
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseStateCallback
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseStateView
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseStateViewWithReuse
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
UseStreamResource
HooksApiExt
Primary
Secondary
HooksApiExt
implicits
crystal.react.implicits
DefaultSToOps
EffectAOps
EffectUnitOps
ModMountedSimpleFOps
ModStateFOps
ModStateWithPropsFOps
OptViewFOps
PotRender
ReuseViewDefaultSOps
StateAccessorFOps
UseRefOps
UseSerialStateOps
UseStateOps
UseStateWithReuseOps
ViewDefaultSOps
ViewFModuleOps
ViewFOps
ViewOptFOps
crystal.react.reuse
AnyReuseOps
CurryingSyntax
Curried1
Curried2
Curried3
Curried4
Curried5
Fn1ReuseOps
Fn2ReuseOps
Fn3ReuseOps
Fn4ReuseOps
Fn5ReuseOps
Reuse
Reuse
AppliedBy
ReuseViewFOps
ReuseViewListFOps
ReuseViewOptFOps
Tuple2ReuseOps
Tuple3ReuseOps
Tuple4ReuseOps
Tuple5ReuseOps
crystal
/
crystal
/
PotOption
PotOption
object
PotOption
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
PotOption
.type
Type members
Value members
Type members
Classlikes
final case
class
Error
(
t:
Throwable
)
extends
PotOption
[
Nothing
]
case
object
Pending
extends
PotOption
[
Nothing
]
case
object
ReadyNone
extends
PotOption
[
Nothing
]
final case
class
ReadySome
[
+
A
](
value:
A
)
extends
PotOption
[
A
]
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Value members
Concrete methods
def
apply
[
A
](
a:
A
):
PotOption
[
A
]
def
error
[
A
](
t:
Throwable
):
PotOption
[
A
]
def
errorPrism
[
A
]:
Prism
[
PotOption
[
A
],
Throwable
]
def
fromOption
[
A
](
opt:
Option
[
A
]):
PotOption
[
A
]
def
fromOptionTry
[
A
](
optTry:
Option
[
Try
[
A
]]):
PotOption
[
A
]
def
fromPot
[
A
](
pot:
Pot
[
A
]):
PotOption
[
A
]
def
fromTry
[
A
](
tr:
Try
[
A
]):
PotOption
[
A
]
def
fromTryOption
[
A
](
trOpt:
Try
[
Option
[
A
]]):
PotOption
[
A
]
def
pending
[
A
]:
PotOption
[
A
]
def
readyNone
[
A
]:
PotOption
[
A
]
def
readySomePrism
[
A
]:
Prism
[
PotOption
[
A
],
A
]