- indexOf(U) - Method in interface com.github.javactic.Every
-
Finds index of first occurrence of some value in this Every.
- indexOf(U, int) - Method in interface com.github.javactic.Every
-
Finds index of first occurrence of some value in this Every after or at
some start index.
- indexOfSlice(Iterable<? extends T>) - Method in interface com.github.javactic.Every
-
Finds first index where this Every contains a given Iterable as a slice.
- indexOfSlice(Iterable<? extends T>, int) - Method in interface com.github.javactic.Every
-
Finds first index after or at a start index where this Every contains a
given Iterable as a slice.
- indexWhere(Predicate<? super T>) - Method in interface com.github.javactic.Every
-
Finds index of the first element satisfying some predicate.
- indexWhere(Predicate<? super T>, int) - Method in interface com.github.javactic.Every
-
Finds index of the first element satisfying some predicate after or at
some start index.
- instance() - Static method in class com.github.javactic.Pass
-
- isBad() - Method in class com.github.javactic.Bad
-
- isBad() - Method in class com.github.javactic.Good
-
- isBad() - Method in interface com.github.javactic.Or
-
Indicates whether this
Or
is a
Bad
.
- isCompleted() - Method in interface com.github.javactic.futures.OrFuture
-
- isDefinedAt(Integer) - Method in interface com.github.javactic.Every
-
Tests whether this Every contains given index.
- isEmpty() - Method in interface com.github.javactic.Every
-
Returns false to indicate this Every, like all Everys, is non-empty.
- isFail() - Method in class com.github.javactic.Fail
-
- isFail() - Method in class com.github.javactic.Pass
-
- isFail() - Method in interface com.github.javactic.Validation
-
- isGood() - Method in class com.github.javactic.Bad
-
- isGood() - Method in class com.github.javactic.Good
-
- isGood() - Method in interface com.github.javactic.Or
-
Indicates whether this
Or
is a
Good
.
- isPass() - Method in class com.github.javactic.Fail
-
- isPass() - Method in class com.github.javactic.Pass
-
- isPass() - Method in interface com.github.javactic.Validation
-
- iterator() - Method in interface com.github.javactic.Every
-
Creates and returns a new iterator over all elements contained in this
Every.