case class PartialSettable[Partial, Full](partialityType: PartialityType[Partial, Full], value: Either[Partial, Full])(modify: ((Either[Partial, Full]) => Either[Partial, Full]) => japgolly.scalajs.react.Callback) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialSettable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PartialSettable(partialityType: PartialityType[Partial, Full], value: Either[Partial, Full])(modify: ((Either[Partial, Full]) => Either[Partial, Full]) => japgolly.scalajs.react.Callback)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modPartial(f: (Partial) => Partial): japgolly.scalajs.react.Callback
- val modify: ((Either[Partial, Full]) => Either[Partial, Full]) => japgolly.scalajs.react.Callback
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def partialValue: Partial
- val partialityType: PartialityType[Partial, Full]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setCB(either: E): japgolly.scalajs.react.Callback
- def setFullCB(full: Full): japgolly.scalajs.react.Callback
- def setPartialCB(p: Partial): japgolly.scalajs.react.Callback
- def state: StateSnapshot[E]
- def stateFull(implicit ev: <:<[Partial, Full]): StateSnapshot[Full]
- def statePartial: StateSnapshot[Partial]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val value: Either[Partial, Full]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xmapEither[P1, F1](pt2: PartialityType[P1, F1])(iso: Iso[E, E]): PartialSettable[P1, F1]
- def xmapFull[F1](iso: Iso[Full, F1]): PartialSettable[Partial, F1]
- def xmapPartial[P1](iso: Iso[Partial, P1]): PartialSettable[P1, Full]
- def zoom[P2, F2](pt2: PartialityType[P2, F2])(lensPartial: Lens[Partial, P2], lensFull: Lens[Full, F2]): PartialSettable[P2, F2]
- def zoomEither[P2, F2](pt2: PartialityType[P2, F2])(lens: Lens[E, E]): PartialSettable[P2, F2]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated