io.github.nafg.scalajs.react.util.partialrenderer.Tentative
See theTentative companion trait
object Tentative
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def isoTentativePartialValue[P, F](implicit partialityType: PartialityType[P, F]): Iso[Tentative[P, F], P]
def lensTentative[P1, F1, P2, F2](lensPartial: Lens[P1, P2], lensFull: Lens[F1, F2])(implicit partialityTypeOuter: PartialityType[P1, F1], partialityTypeInner: PartialityType[P2, F2]): Lens[Tentative[P1, F1], Tentative[P2, F2]]
In this article