abstract class PartialRenderer[-Props, Partial, Full, +Out] extends AnyRef
- Self Type
- PartialRenderer[Props, Partial, Full, Out]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PartialRenderer()(implicit partialityType: PartialityType[Partial, Full])
Abstract Value Members
- abstract def render(props: Props, in: PartialSettable[Partial, Full]): Out
Concrete 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
- def andThen[Out2](f: (PartialSettable[Partial, Full]) => (Out) => Out2): PartialRenderer[Props, Partial, Full, Out2]
- 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 equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapOut[Out2](f: (Out) => Out2): PartialRenderer[Props, Partial, Full, Out2]
- 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()
- implicit val partialityType: PartialityType[Partial, Full]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unzoom[P1, F1](lens: Lens[Tentative[P1, F1], Tentative[Partial, Full]])(implicit partialityType2: PartialityType[P1, F1]): PartialRenderer[Props, P1, F1, Out]
- def unzoomFull[F1](get: (F1) => Full)(set: (Full) => (F1) => F1)(implicit partialityType2: PartialityType[Partial, F1]): PartialRenderer[Props, Partial, F1, Out]
- 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 xmapBoth[P1, F1](isoPartial: Iso[P1, Partial], isoFull: Iso[F1, Full]): PartialRenderer[Props, P1, F1, Out]
- def xmapFull[F1](iso: Iso[F1, Full]): PartialRenderer[Props, Partial, F1, Out]
- def xmapPartial[P1](iso: Iso[P1, Partial]): PartialRenderer[Props, P1, Full, Out]
- def zip[Props2 <: Props, P2, F2, O2 >: Out](other: PartialRenderer[Props2, P2, F2, O2])(implicit arg0: Semigroup[O2]): PartialRenderer[Props2, (Partial, P2), (Full, F2), O2]