io.github.nafg.scalajs.react.util.partialrenderer

Members list

Type members

Classlikes

abstract class PartialRenderer[-Props, Partial, Full, +Out](implicit val partialityType: PartialityType[Partial, Full])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
PartialRenderer[Props, Partial, Full, Out]

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class PartialSettable[Partial, Full]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class PartialityType[Partial, Full](default: Partial, partialToFull: Partial => Either[String, Full], fullToPartial: Full => Partial)

Law: pst.partialToFull(pst.fullToPartial(full)) == Right(full)

Law: pst.partialToFull(pst.fullToPartial(full)) == Right(full)

Law: pst.partialToFull(partial).toOption.map(pst.fullToPartial) inSet (None, Some(partial))

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Settable[A](value: A)(modifyFunc: (A => A) => Callback)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Settable

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Settable.type
sealed trait Tentative[+P, +F]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Full[F]
class Partial[P]
object Tentative

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Tentative.type