IndexedGetter_

abstract class IndexedGetter_[I, S, T, A, B] extends IndexedGetter1[I, S, A]

An IndexedGetter_ is an IndexedFold_ without a cats.Monoid.

An IndexedGetter_ is just any get function (S -> (A, I))

Type parameters:
A

the focus of an IndexedGetter_

B

the modified focus of an IndexedGetter_

I

the index of an IndexedGetter_

S

the source of an IndexedGetter_

T

the modified source of an IndexedGetter_

Companion:
object
trait IndexedGetter1[I, S, A]
trait IndexedGetter0[I, S, A]
class Object
trait Matchable
class Any
IndexedGetter_[I, S, T, A, B]

Value members

Concrete methods

final def *>>[J, C, D](other: IndexedLens_[J, A, B, C, D]): IndexedGetter_[J, S, T, C, D]

compose IndexedGetter_ with an IndexedLens_, while preserving the indices of the other optic

compose IndexedGetter_ with an IndexedLens_, while preserving the indices of the other optic

final def *>>[J, C, D](other: AnIndexedLens_[J, A, B, C, D]): IndexedGetter_[J, S, T, C, D]

compose IndexedGetter_ with an AnIndexedLens_, while preserving the indices of the other optic

compose IndexedGetter_ with an AnIndexedLens_, while preserving the indices of the other optic

final def *>>[J, C, D](other: IndexedTraversal_[J, A, B, C, D]): IndexedFold_[J, S, T, C, D]

compose IndexedGetter_ with an IndexedTraversal_, while preserving the indices of the other optic

compose IndexedGetter_ with an IndexedTraversal_, while preserving the indices of the other optic

final def *>>[J, C, D](other: IndexedGetter_[J, A, B, C, D]): IndexedGetter_[J, S, T, C, D]

compose IndexedGetter_ with an IndexedGetter_, while preserving the indices of the other optic

compose IndexedGetter_ with an IndexedGetter_, while preserving the indices of the other optic

final def *>>[J, C, D](other: IndexedFold_[J, A, B, C, D]): IndexedFold_[J, S, T, C, D]

compose IndexedGetter_ with an IndexedFold_, while preserving the indices of the other optic

compose IndexedGetter_ with an IndexedFold_, while preserving the indices of the other optic

final def <<*[C, D](other: IndexedLens_[_, A, B, C, D]): IndexedGetter_[I, S, T, C, D]

compose IndexedGetter_ with an IndexedLens_, while preserving self indices

compose IndexedGetter_ with an IndexedLens_, while preserving self indices

final def <<*[C, D](other: AnIndexedLens_[_, A, B, C, D]): IndexedGetter_[I, S, T, C, D]

compose IndexedGetter_ with an AnIndexedLens_, while preserving self indices

compose IndexedGetter_ with an AnIndexedLens_, while preserving self indices

final def <<*[C, D](other: IndexedTraversal_[_, A, B, C, D]): IndexedFold_[I, S, T, C, D]

compose IndexedGetter_ with an IndexedTraversal_, while preserving self indices

compose IndexedGetter_ with an IndexedTraversal_, while preserving self indices

final def <<*[C, D](other: IndexedGetter_[_, A, B, C, D]): IndexedGetter_[I, S, T, C, D]

compose IndexedGetter_ with an IndexedGetter_, while preserving self indices

compose IndexedGetter_ with an IndexedGetter_, while preserving self indices

final def <<*[C, D](other: IndexedFold_[_, A, B, C, D]): IndexedFold_[I, S, T, C, D]

compose IndexedGetter_ with an IndexedFold_, while preserving self indices

compose IndexedGetter_ with an IndexedFold_, while preserving self indices

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

final def andThenWithLeftIndex[C, D](other: IndexedLens_[_, A, B, C, D]): IndexedGetter_[I, S, T, C, D]

compose an IndexedGetter_ with an IndexedLens_, while preserving self indices

compose an IndexedGetter_ with an IndexedLens_, while preserving self indices

final def andThenWithLeftIndex[C, D](other: AnIndexedLens_[_, A, B, C, D]): IndexedGetter_[I, S, T, C, D]

compose an IndexedGetter_ with an AnIndexedLens_, while preserving self indices

compose an IndexedGetter_ with an AnIndexedLens_, while preserving self indices

final def andThenWithLeftIndex[C, D](other: IndexedTraversal_[_, A, B, C, D]): IndexedFold_[I, S, T, C, D]

compose an IndexedGetter_ with an IndexedTraversal_, while preserving self indices

compose an IndexedGetter_ with an IndexedTraversal_, while preserving self indices

final def andThenWithLeftIndex[C, D](other: IndexedGetter_[_, A, B, C, D]): IndexedGetter_[I, S, T, C, D]

compose IndexedGetter_ with an IndexedGetter_, while preserving self indices

compose IndexedGetter_ with an IndexedGetter_, while preserving self indices

final def andThenWithLeftIndex[C, D](other: IndexedFold_[_, A, B, C, D]): IndexedFold_[I, S, T, C, D]

compose IndexedGetter_ with an IndexedFold_, while preserving self indices

compose IndexedGetter_ with an IndexedFold_, while preserving self indices

final def andThenWithRightIndex[J, C, D](other: IndexedLens_[J, A, B, C, D]): IndexedGetter_[J, S, T, C, D]

compose an IndexedGetter_ with an IndexedLens_, while preserving the indices of the other optic

compose an IndexedGetter_ with an IndexedLens_, while preserving the indices of the other optic

final def andThenWithRightIndex[J, C, D](other: AnIndexedLens_[J, A, B, C, D]): IndexedGetter_[J, S, T, C, D]

compose an IndexedGetter_ with an AnIndexedLens_, while preserving the indices of the other optic

compose an IndexedGetter_ with an AnIndexedLens_, while preserving the indices of the other optic

final def andThenWithRightIndex[J, C, D](other: IndexedTraversal_[J, A, B, C, D]): IndexedFold_[J, S, T, C, D]

compose an IndexedGetter_ with an IndexedTraversal_, while preserving the indices of the other optic

compose an IndexedGetter_ with an IndexedTraversal_, while preserving the indices of the other optic

final def andThenWithRightIndex[J, C, D](other: IndexedGetter_[J, A, B, C, D]): IndexedGetter_[J, S, T, C, D]

compose IndexedGetter_ with an IndexedGetter_, while preserving the indices of the other optic

compose IndexedGetter_ with an IndexedGetter_, while preserving the indices of the other optic

final def andThenWithRightIndex[J, C, D](other: IndexedFold_[J, A, B, C, D]): IndexedFold_[J, S, T, C, D]

compose IndexedGetter_ with an IndexedFold_, while preserving the indices of the other optic

compose IndexedGetter_ with an IndexedFold_, while preserving the indices of the other optic

final def asGetter: Getter_[S, T, A, B]

transform an IndexedGetter_ to a Getter_

transform an IndexedGetter_ to a Getter_

final def asIndexedFold: IndexedFold_[I, S, T, A, B]

transform an IndexedGetter_ to an IndexedFold_

transform an IndexedGetter_ to an IndexedFold_

final def compose[C, D](other: Iso_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with an Iso_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with an Iso_, having this IndexedGetter_ applied last

final def compose[C, D](other: AnIso_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with an AnIso_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with an AnIso_, having this IndexedGetter_ applied last

final def compose[C, D](other: Lens_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with a Lens_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with a Lens_, having this IndexedGetter_ applied last

final def compose[C, D](other: ALens_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with a ALens_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with a ALens_, having this IndexedGetter_ applied last

final def compose[C, D](other: Prism_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with a Prism_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with a Prism_, having this IndexedGetter_ applied last

final def compose[C, D](other: APrism_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with an APrism_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with an APrism_, having this IndexedGetter_ applied last

final def compose[C, D](other: AffineTraversal_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with an AffineTraversal_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with an AffineTraversal_, having this IndexedGetter_ applied last

final def compose[C, D](other: AnAffineTraversal_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with an AnAffineTraversal_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with an AnAffineTraversal_, having this IndexedGetter_ applied last

final def compose[C, D](other: Traversal_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with a Traversal_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with a Traversal_, having this IndexedGetter_ applied last

final def compose[C, D](other: ATraversal_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with an ATraversal_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with an ATraversal_, having this IndexedGetter_ applied last

final def compose[C, D](other: Getter_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with a Getter_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with a Getter_, having this IndexedGetter_ applied last

final def compose[C, D](other: Fold_[C, D, S, T]): IndexedFold_[I, C, D, A, B]

compose this IndexedGetter_ with a Fold_, having this IndexedGetter_ applied last

compose this IndexedGetter_ with a Fold_, having this IndexedGetter_ applied last

final def reindex[J](f: I => J): IndexedGetter_[J, S, T, A, B]

remap the index, resulting in a change of type to the full structure

remap the index, resulting in a change of type to the full structure

final def unIndex: Getter_[S, T, A, B]

synonym for asGetter

synonym for asGetter

final def view(s: S): (A, I)

view the focus and the index of an IndexedGetter_

view the focus and the index of an IndexedGetter_

Inherited methods

final def contains(a: (A, I))(s: S)(implicit ev: Eq[(A, I)]): Boolean

test whether a focus at specific index of an IndexedGetter contains a given value

test whether a focus at specific index of an IndexedGetter contains a given value

Inherited from:
IndexedGetter0
final override def exists(f: ((A, I)) => Boolean): S => 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
Inherited from:
IndexedGetter1
final def find(f: ((A, I)) => Boolean): S => Option[(A, I)]

find if a focus of an IndexedGetter that satisfies a predicate

find if a focus of an IndexedGetter that satisfies a predicate

Inherited from:
IndexedGetter1
final def notContains(a: (A, I))(s: S)(implicit ev: Eq[(A, I)]): Boolean

test whether a focus at specific index of an IndexedGetter does not contain a given value

test whether a focus at specific index of an IndexedGetter does not contain a given value

Inherited from:
IndexedGetter0
final def notExists(f: ((A, I)) => Boolean): S => Boolean

test whether a predicate does not hold for the focus of an IndexedGetter

test whether a predicate does not hold for the focus of an IndexedGetter

Inherited from:
IndexedGetter0
final def use(implicit ev: State[S, A]): State[S, (A, I)]

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:
IndexedGetter1