trait IndexedGetter0[I, S, A] extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexedGetter0
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- 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
- 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
- final def notExists(f: ((A, I)) => Boolean): (S) => Boolean
test whether a predicate does not hold for the focus of an IndexedGetter