object OpticCompose extends (OpticComposeModule.this)#LowPriorityOpticCompose
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpticCompose
- LowPriorityOpticCompose
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 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
- implicit final def lensCompose[GetWhole <: SetWholeBefore, SetWholeBefore, SetWholeBefore1, GetPiece <: SetWholeBefore1, GetError <: SetError1, SetError <: SetError1, SetError1]: (OpticComposeModule.this)#OpticCompose[GetWhole, SetWholeBefore, SetWholeBefore1, GetWhole, GetError, SetError, SetError1, GetPiece]
Compose two optics when the piece of the whole returned by the first optic is needed by the set operator of the second optic.
Compose two optics when the piece of the whole returned by the first optic is needed by the set operator of the second optic. This is more powerful but requires unifying the error types.
- Definition Classes
- LowPriorityOpticCompose
- 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 final def prismCompose[GetWhole <: SetWholeBefore, SetWholeBefore, GetError, SetError <: SetError1, SetError1, GetPiece]: (OpticComposeModule.this)#OpticCompose[GetWhole, SetWholeBefore, Any, SetWholeBefore, GetError, SetError, SetError1, GetPiece]
Compose two optics when the piece of the whole returned by the get operator of the first optic is not needed by the set operator of the second optic.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()