AppliedGetter_

trait AppliedGetter_[S, T, A, B] extends AppliedGetter1[S, A]
Companion:
object
trait AppliedGetter1[S, A]
trait AppliedGetter0[S, A]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

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

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

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

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

compose this Getter_ with a Lens_, having this Getter_ applied first

compose this Getter_ with a Lens_, having this Getter_ applied first

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

compose this Getter_ with an ALens_, having this Getter_ applied first

compose this Getter_ with an ALens_, having this Getter_ applied first

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

compose this Getter_ with a Prism_, having this Getter_ applied first

compose this Getter_ with a Prism_, having this Getter_ applied first

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

compose this Getter_ with an APrism_, having this Getter_ applied first

compose this Getter_ with an APrism_, having this Getter_ applied first

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

compose this Getter_ with an AffineTraversal_, having this Getter_ applied first

compose this Getter_ with an AffineTraversal_, having this Getter_ applied first

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

compose this Getter_ with an AnAffineTraversal_, having this Getter_ applied first

compose this Getter_ with an AnAffineTraversal_, having this Getter_ applied first

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

compose this Getter_ with a Traversal_, having this Getter_ applied first

compose this Getter_ with a Traversal_, having this Getter_ applied first

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

compose this Getter_ with an ATraversal_, having this Getter_ applied first

compose this Getter_ with an ATraversal_, having this Getter_ applied first

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

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

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

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

compose this Getter_ with a Fold_, having this Getter_ applied first

compose this Getter_ with a Fold_, having this Getter_ applied first

final def focus[C, D](f: A => C): AppliedGetter_[S, T, C, D]

compose this Getter_ with a function lifted to a Getter_

compose this Getter_ with a function lifted to a Getter_

Inherited methods

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

Inherited from:
AppliedGetter0
final override 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
AppliedGetter1 -> AppliedGetter0
Inherited from:
AppliedGetter1
final 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

Inherited from:
AppliedGetter1
final def isEmpty: Boolean

check if the Getter does not contain a focus

check if the Getter does not contain a focus

Inherited from:
AppliedGetter0
final def nonEmpty: Boolean

check if the Getter contains a focus

check if the Getter contains a focus

Inherited from:
AppliedGetter0
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

Inherited from:
AppliedGetter0
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

Inherited from:
AppliedGetter0
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

Inherited from:
AppliedGetter1
def view: A

synonym to fold

synonym to fold

Inherited from:
AppliedGetter1

Abstract fields

val optic: Getter_[S, T, A, B]
val value: S