- padTo(int, T) - Method in interface com.github.javactic.Every
-
A copy of this Every with an element value appended until a given target
length is reached.
- Pass<T> - Class in com.github.javactic
-
Indicates a validation succeeded.
- pass() - Static method in interface com.github.javactic.Validation
-
Returns the
Pass
instance.
- patch(int, Every<? extends T>, int) - Method in interface com.github.javactic.Every
-
Produces a new Every where a slice of elements in this Every is replaced
by another Every.
- permutations() - Method in interface com.github.javactic.Every
-
Iterates over distinct permutations.
- prefixLength(Predicate<? super T>) - Method in interface com.github.javactic.Every
-
Returns the length of the longest prefix whose elements all satisfy some
predicate.
- prepend(T) - Method in interface com.github.javactic.Every
-
Returns a new Every with the given element prepended.
- product() - Method in interface com.github.javactic.Every
-
The result of multiplying all the elements of this Every.