Full

io.github.nafg.scalajs.react.util.partialrenderer.Tentative.Full
case class Full[+F](full: F) extends Tentative[Nothing, F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Tentative[Nothing, F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def error: Option[String]

Attributes

Definition Classes
override def fold[A](onPartial: Nothing => A, onFull: F => A): A

Attributes

Definition Classes
override def mapFull[F1 >: F, F2](f: F1 => F2): Full[F2]

Attributes

Definition Classes
override def mapPartial[P1, P2](f: P1 => P2): Full[F]

Attributes

Definition Classes
override def partialValue[P1, F1 >: F](implicit partialityType: PartialityType[P1, F1]): P1

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product