Partial

io.github.nafg.scalajs.react.util.partialrenderer.Tentative.Partial
case class Partial[+P](partial: P, error: Option[String]) extends Tentative[P, Nothing]

Attributes

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

Members list

Value members

Concrete methods

override def fold[A](onPartial: P => A, onFull: Nothing => A): A

Attributes

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

Attributes

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

Attributes

Definition Classes
override def partialValue[P1 >: P, F1](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