final case class ApplyLens[S, T, A, B](s: S, lens: PLens[S, T, A, B]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplyLens
- 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]): ApplyLens[S, T, C, D]
alias to composeIso
alias to composeIso
- Annotations
- @inline()
- def ^<-?[C, D](other: PPrism[A, B, C, D]): ApplyOptional[S, T, C, D]
alias to composePrism
alias to composePrism
- Annotations
- @inline()
- def ^|->[C, D](other: PLens[A, B, C, D]): ApplyLens[S, T, C, D]
alias to composeLens
alias to composeLens
- Annotations
- @inline()
- def ^|->>[C, D](other: PTraversal[A, B, C, D]): ApplyTraversal[S, T, C, D]
alias to composeTraversal
alias to composeTraversal
- Annotations
- @inline()
- def ^|-?[C, D](other: POptional[A, B, C, D]): ApplyOptional[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 composeFold[C](other: Fold[A, C]): ApplyFold[S, C]
- Annotations
- @inline()
- def composeGetter[C](other: Getter[A, C]): ApplyGetter[S, C]
- Annotations
- @inline()
- def composeIso[C, D](other: PIso[A, B, C, D]): ApplyLens[S, T, C, D]
- Annotations
- @inline()
- def composeLens[C, D](other: PLens[A, B, C, D]): ApplyLens[S, T, C, D]
- Annotations
- @inline()
- def composeOptional[C, D](other: POptional[A, B, C, D]): ApplyOptional[S, T, C, D]
- Annotations
- @inline()
- def composePrism[C, D](other: PPrism[A, B, C, D]): ApplyOptional[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]): ApplyTraversal[S, T, C, D]
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exist(p: (A) => Boolean): (S) => Boolean
- Annotations
- @inline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (A) => Boolean): (S) => Option[A]
- Annotations
- @inline()
- def get: A
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lens: PLens[S, T, A, B]
- def modify(f: (A) => B): T
- Annotations
- @inline()
- def modifyF[F[_]](f: (A) => F[B])(implicit arg0: Functor[F]): F[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()
- 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()