- accumulating() - Method in class com.github.javactic.Bad
-
- accumulating() - Method in class com.github.javactic.futures.FutureFactory
-
Returns an accumulating version of this factory.
- accumulating() - Method in interface com.github.javactic.futures.OrFuture
-
Returns an accumulating version of this future.
- accumulating() - Method in class com.github.javactic.Good
-
- accumulating() - Method in interface com.github.javactic.Or
-
Converts this
Or
to an
Or
with the same
Good
type and a
Bad
type consisting of
One
parameterized by this
Or
's
Bad
type.
- Accumulation - Class in com.github.javactic
-
Provides mechanisms that enable errors to be accumulated in "accumulating
Ors,"
Or
s whose Bad type is an
Every
.
- addString(StringBuilder, String, String, String) - Method in interface com.github.javactic.Every
-
Appends all elements of this Every to a string builder using start, end,
and separator strings.
- addString(StringBuilder, String) - Method in interface com.github.javactic.Every
-
Appends all elements of this Every to a string builder using a separator
string.
- addString(StringBuilder) - Method in interface com.github.javactic.Every
-
Appends all elements of this Every to a string builder.
- and(Validation<T>) - Method in class com.github.javactic.Fail
-
- and(Validation<T>) - Method in class com.github.javactic.Pass
-
- and(Validation<E>) - Method in interface com.github.javactic.Validation
-
Ands this Validation with another, passed, Validation.
- append(T) - Method in interface com.github.javactic.Every
-
Returns a new Every with the given element appended.
- appendAll(Iterable<? extends T>) - Method in interface com.github.javactic.Every
-
Returns a new Every containing the elements of this Every followed by the
elements of the passed Iterable.
- appendAll(Every<? extends T>) - Method in interface com.github.javactic.Every
-
Returns a new Many containing the elements of this Every followed by the
elements of the passed Every.
- apply(int) - Method in interface com.github.javactic.Every
-
Selects an element by index in the Every.
- applyOrElse(int, IntFunction<? extends T>) - Method in interface com.github.javactic.Every
-
Selects the element at index in this Every or applies fallback function
if index is out of bounds.
- applyOrElse(int, T) - Method in interface com.github.javactic.Every
-
- asOr() - Method in class com.github.javactic.Bad
-
Returns this Bad with the type widened to Or.
- asOr() - Method in class com.github.javactic.Good
-
Returns this Good with the type widened to Or.