case class PartialSettable[Partial, Full](settable: Settable[Tentative[Partial, Full]])(implicit partialityType: PartialityType[Partial, Full]) 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(settable: Settable[Tentative[Partial, Full]])(implicit partialityType: PartialityType[Partial, Full])
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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def error: Option[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modPartial(f: (Partial) => Partial): japgolly.scalajs.react.Callback
- def modify: ((Tentative[Partial, Full]) => Tentative[Partial, Full]) => japgolly.scalajs.react.Callback
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def partialValue: Partial
- implicit val partialityType: PartialityType[Partial, Full]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setFullCB(full: Full): japgolly.scalajs.react.Callback
- def setPartialCB(p: Partial): japgolly.scalajs.react.Callback
- val settable: Settable[Tentative[Partial, Full]]
- def state: StateSnapshot[Tentative[Partial, Full]]
- def statePartial: StateSnapshot[Partial]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def value: Tentative[Partial, Full]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def xmap[P2, F2](get: (Tentative[Partial, Full]) => Tentative[P2, F2])(reverseGet: (Tentative[P2, F2]) => Tentative[Partial, Full])(implicit partialityType2: PartialityType[P2, F2]): PartialSettable[P2, F2]
- def xmapFull[F1](iso: Iso[Full, F1]): PartialSettable[Partial, F1]
- def xmapPartial[P1](iso: Iso[Partial, P1]): PartialSettable[P1, Full]
- def zoom[P2, F2](lensPartial: Lens[Partial, P2], lensFull: Lens[Full, F2])(implicit partialityType2: PartialityType[P2, F2]): PartialSettable[P2, F2]
- def zoom[P2, F2](get: (Tentative[Partial, Full]) => Tentative[P2, F2])(set: (Tentative[P2, F2]) => (Tentative[Partial, Full]) => Tentative[Partial, Full])(implicit partialityType2: PartialityType[P2, F2]): PartialSettable[P2, F2]
- def zoom[P2, F2](lens: Lens[Tentative[Partial, Full], Tentative[P2, F2]])(implicit partialityType2: PartialityType[P2, F2]): PartialSettable[P2, F2]