T
- Successful result typeE
- Error typepublic class ValidationResults<T,E>
extends java.lang.Object
Constructor and Description |
---|
ValidationResults() |
Modifier and Type | Method and Description |
---|---|
<R> Xor<?,R> |
accumulateErrors(Reducer<R> reducer) |
<R> Xor<?,E> |
accumulateErrors(Semigroup<E> combiner) |
<R> Xor<?,R> |
accumulateSuccess(Reducer<R> reducer) |
<R> Xor<?,E> |
accumulateSuccess(Semigroup<E> combiner) |
Xor<ListX<T>,ListX<E>> |
toErrorSequence() |
java.lang.String |
toString() |
Xor<ListX<E>,ListX<T>> |
toSuccessSequence() |
ListX<Xor<E,T>> |
toXors() |