Class/Object

ai.x.lens

BoundLens

Related Docs: object BoundLens | package lens

Permalink

final class BoundLens[S, A] extends AnyVal

Syntactic sugar around an ApplyLens

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundLens
  2. AnyVal
  3. Any
Implicitly
  1. by ImplicitBoundLens
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundLens(applyLens: ApplyLens[S, S, A, A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to any2stringadd[BoundLens[S, A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BoundLens[S, A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to ArrowAssoc[BoundLens[S, A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. macro def apply[C](field: (A) ⇒ C): BoundLens[S, C]

    Permalink
  7. val applyLens: ApplyLens[S, S, A, A]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def ensuring(cond: (BoundLens[S, A]) ⇒ Boolean, msg: ⇒ Any): BoundLens[S, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to Ensuring[BoundLens[S, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (BoundLens[S, A]) ⇒ Boolean): BoundLens[S, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to Ensuring[BoundLens[S, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): BoundLens[S, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to Ensuring[BoundLens[S, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): BoundLens[S, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to Ensuring[BoundLens[S, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to StringFormat[BoundLens[S, A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def lens: BoundLens[BoundLens[S, A], BoundLens[S, A]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to ImplicitBoundLens[BoundLens[S, A]] performed by method ImplicitBoundLens in ai.x.lens.
    Definition Classes
    ImplicitBoundLens
  17. def modify(diff: (A) ⇒ A): S

    Permalink
  18. def set(value: A): S

    Permalink
  19. def toString(): String

    Permalink
    Definition Classes
    Any
  20. def [B](y: B): (BoundLens[S, A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BoundLens[S, A] to ArrowAssoc[BoundLens[S, A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion ImplicitBoundLens from BoundLens[S, A] to ImplicitBoundLens[BoundLens[S, A]]

Inherited by implicit conversion any2stringadd from BoundLens[S, A] to any2stringadd[BoundLens[S, A]]

Inherited by implicit conversion StringFormat from BoundLens[S, A] to StringFormat[BoundLens[S, A]]

Inherited by implicit conversion Ensuring from BoundLens[S, A] to Ensuring[BoundLens[S, A]]

Inherited by implicit conversion ArrowAssoc from BoundLens[S, A] to ArrowAssoc[BoundLens[S, A]]

Ungrouped