trait AppliedAnIso_[S, T, A, B] extends AppliedTraversal0[S, T, A, B] with AppliedGetter1[S, A] with AppliedReview0[T, B]

Source
AppliedAnIso.scala
Linear Supertypes
AppliedReview0[T, B], AppliedGetter1[S, A], AppliedGetter0[S, A], AppliedTraversal0[S, T, A, B], AppliedSetter0[S, T, A, B], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppliedAnIso_
  2. AppliedReview0
  3. AppliedGetter1
  4. AppliedGetter0
  5. AppliedTraversal0
  6. AppliedSetter0
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val optic: AnIso_[S, T, A, B]
    Definition Classes
    AppliedAnIso_ → AppliedReview0 → AppliedGetter1 → AppliedGetter0 → AppliedTraversal0 → AppliedSetter0
  2. abstract val value: S
    Definition Classes
    AppliedAnIso_ → AppliedGetter1 → AppliedGetter0 → AppliedTraversal0 → AppliedSetter0

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def andThen[C, D](other: Review_[A, B, C, D]): AppliedReview_[S, T, C, D]

    compose this AnIso_ with a Review_, having this Iso_ applied first

  5. final def andThen[C, D](other: Grate_[A, B, C, D]): AppliedGrate_[S, T, C, D]

    compose this AnIso_ with a Grate_, having this Iso_ applied first

  6. final def andThen[C, D](other: Fold_[A, B, C, D]): AppliedFold_[S, T, C, D]

    compose this AnIso_ with a Fold_, having this Iso_ applied first

  7. final def andThen[C, D](other: Getter_[A, B, C, D]): AppliedGetter_[S, T, C, D]

    compose this AnIso_ with a Getter_, having this Iso_ applied first

  8. final def andThen[C, D](other: Setter_[A, B, C, D]): AppliedSetter_[S, T, C, D]

    compose this AnIso_ with a Setter_, having this Iso_ applied first

  9. final def andThen[C, D](other: ATraversal_[A, B, C, D]): AppliedATraversal_[S, T, C, D]

    compose this AnIso_ with an ATraversal_, having this Iso_ applied first

  10. final def andThen[C, D](other: Traversal_[A, B, C, D]): AppliedTraversal_[S, T, C, D]

    compose this AnIso_ with a Traversal_, having this Iso_ applied first

  11. final def andThen[C, D](other: AnAffineTraversal_[A, B, C, D]): AppliedAnAffineTraversal_[S, T, C, D]

    compose this AnIso_ with an AnAffineTraversal_, having this Iso_ applied first

  12. final def andThen[C, D](other: AffineTraversal_[A, B, C, D]): AppliedAffineTraversal_[S, T, C, D]

    compose this AnIso_ with an AffineTraversal_, having this Iso_ applied first

  13. final def andThen[C, D](other: APrism_[A, B, C, D]): AppliedAPrism_[S, T, C, D]

    compose this AnIso_ with an APrism_, having this Iso_ applied first

  14. final def andThen[C, D](other: Prism_[A, B, C, D]): AppliedPrism_[S, T, C, D]

    compose this AnIso_ with a Prism_, having this Iso_ applied first

  15. final def andThen[C, D](other: ALens_[A, B, C, D]): AppliedALens_[S, T, C, D]

    compose this AnIso_ with an ALens_, having this Iso_ applied first

  16. final def andThen[C, D](other: Lens_[A, B, C, D]): AppliedLens_[S, T, C, D]

    compose this AnIso_ with a Lens_, having this Iso_ applied first

  17. final def andThen[C, D](other: AnIso_[A, B, C, D]): AppliedAnIso_[S, T, C, D]

    compose this AnIso_ with an AnIso_, having this Iso_ applied first

  18. final def andThen[C, D](other: Iso_[A, B, C, D]): AppliedAnIso_[S, T, C, D]

    compose this AnIso_ with an Iso_, having this Iso_ applied first

  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. final def contains(a: A)(implicit ev: Eq[A]): Boolean

    test whether the focus of a Getter contains a given value

    test whether the focus of a Getter contains a given value

    Definition Classes
    AppliedGetter0
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def exists(f: (A) => Boolean): Boolean

    test whether a predicate holds for the focus of a Getter

    test whether a predicate holds for the focus of a Getter

    Definition Classes
    AppliedGetter0
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def find(f: (A) => Boolean): Option[A]

    find the first focus of a Getter that satisfies a predicate, if there is any

    find the first focus of a Getter that satisfies a predicate, if there is any

    Definition Classes
    AppliedGetter0
  27. final def focus[C, D](f: (A) => C): AppliedGetter_[S, T, C, D]

    compose this AnIso_ with a function lifted to a Getter_, having this Iso_ applied first

  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notContains(a: A)(implicit ev: Eq[A]): Boolean

    test whether the focus of a Getter does not contain a given value

    test whether the focus of a Getter does not contain a given value

    Definition Classes
    AppliedGetter0
  33. final def notExists(f: (A) => Boolean): Boolean

    test whether a predicate does not hold for the focus of a Getter

    test whether a predicate does not hold for the focus of a Getter

    Definition Classes
    AppliedGetter0
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def over(f: (A) => B): T

    modify the foci type of a Setter using a function, resulting in a change of type to the full structure

    modify the foci type of a Setter using a function, resulting in a change of type to the full structure

    Definition Classes
    AppliedSetter0
  37. final def overF[F[_]](f: (A) => F[B])(implicit arg0: Applicative[F]): F[T]

    synonym for traverse

    synonym for traverse

    Definition Classes
    AppliedTraversal0
  38. def review(b: B): T
    Definition Classes
    AppliedReview0
  39. final def set(b: B): T

    set the modified foci of a Setter

    set the modified foci of a Setter

    Definition Classes
    AppliedSetter0
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def traverse[F[_]](f: (A) => F[B])(implicit arg0: Applicative[F]): F[T]

    modify each focus of a Traversal using a Functor, resulting in a change of type to the full structure

    modify each focus of a Traversal using a Functor, resulting in a change of type to the full structure

    Definition Classes
    AppliedTraversal0
  43. final def use(implicit ev: State[S, A]): State[S, A]

    view the focus of a Getter in the state of a monad

    view the focus of a Getter in the state of a monad

    Definition Classes
    AppliedGetter1
  44. def view: A

    synonym for fold

    synonym for fold

    Definition Classes
    AppliedGetter1
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AppliedReview0[T, B]

Inherited from AppliedGetter1[S, A]

Inherited from AppliedGetter0[S, A]

Inherited from AppliedTraversal0[S, T, A, B]

Inherited from AppliedSetter0[S, T, A, B]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped