final case class ApplySetter[S, T, A, B](s: S, setter: PSetter[S, T, A, B]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplySetter
- Serializable
- Product
- Equals
- 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
- def ^<->[C, D](other: PIso[A, B, C, D]): ApplySetter[S, T, C, D]
alias to composeIso
alias to composeIso
- Annotations
- @inline()
- def ^<-?[C, D](other: PPrism[A, B, C, D]): ApplySetter[S, T, C, D]
alias to composePrism
alias to composePrism
- Annotations
- @inline()
- def ^|->[C, D](other: PLens[A, B, C, D]): ApplySetter[S, T, C, D]
alias to composeLens
alias to composeLens
- Annotations
- @inline()
- def ^|->>[C, D](other: PTraversal[A, B, C, D]): ApplySetter[S, T, C, D]
alias to composeTraversal
alias to composeTraversal
- Annotations
- @inline()
- def ^|-?[C, D](other: POptional[A, B, C, D]): ApplySetter[S, T, C, D]
alias to composeOptional
alias to composeOptional
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def composeIso[C, D](other: PIso[A, B, C, D]): ApplySetter[S, T, C, D]
- Annotations
- @inline()
- def composeLens[C, D](other: PLens[A, B, C, D]): ApplySetter[S, T, C, D]
- Annotations
- @inline()
- def composeOptional[C, D](other: POptional[A, B, C, D]): ApplySetter[S, T, C, D]
- Annotations
- @inline()
- def composePrism[C, D](other: PPrism[A, B, C, D]): ApplySetter[S, T, C, D]
- Annotations
- @inline()
- def composeSetter[C, D](other: PSetter[A, B, C, D]): ApplySetter[S, T, C, D]
- Annotations
- @inline()
- def composeTraversal[C, D](other: PTraversal[A, B, C, D]): ApplySetter[S, T, C, D]
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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 modify(f: (A) => B): T
- Annotations
- @inline()
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val s: S
- def set(b: B): T
- Annotations
- @inline()
- val setter: PSetter[S, T, A, B]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()