t

proptics.internal

IndexedGetter0

trait IndexedGetter0[I, S, A] extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedGetter0
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def exists(f: ((A, I)) => Boolean): (S) => Boolean

    test whether a predicate holds for the focus of an IndexedGetter

  2. abstract def find(f: ((A, I)) => Boolean): (S) => Option[(A, I)]

    find if a focus of an IndexedGetter that satisfies a predicate

Concrete Value Members

  1. 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

  2. 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

  3. final def notExists(f: ((A, I)) => Boolean): (S) => Boolean

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