Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

V

validatedBy(Iterable<? extends F>, Function<? super F, ? extends Or<? extends G, ? extends Every<? extends ERR>>>) - Static method in class com.github.javactic.Accumulation
Maps an iterable of Fs into an Ors of type Or<G, EVERY<ERR>> (where EVERY is some subtype of Every) using the passed function f, then combines the resulting Ors into a single Or of type Or<Vector<G>, Every<ERR>>.
validatedBy(Iterable<? extends F>, Function<? super F, ? extends Or<? extends G, ? extends Every<? extends ERR>>>, Collector<? super G, A, I>) - Static method in class com.github.javactic.Accumulation
Maps an iterable of Fs into Ors of type Or<G, EVERY<ERR>> (where EVERY is some subtype of Every) using the passed function f, then combines the resulting Ors into a single Or of type Or<COLL<G>, Every<ERR>> using a Collector to determine the wanted collection type COLL.
validatedBy(Iterable<? extends F>, Function<? super F, ? extends OrFuture<? extends G, ? extends Every<? extends ERR>>>) - Static method in interface com.github.javactic.futures.OrFuture
Maps an iterable of Fs into OrFutures of type OrFuture<G, EVERY<ERR>> (where EVERY is some subtype of Every) using the passed function f, then combines the resulting OrFutures into a single OrFuture of type OrFuture<Vector<G>, Every<ERR>>.
validatedBy(Iterable<? extends F>, Function<? super F, ? extends OrFuture<? extends G, ? extends Every<? extends ERR>>>, Collector<? super G, A, I>) - Static method in interface com.github.javactic.futures.OrFuture
Maps an iterable of Fs into OrFutures of type OrFuture<G, EVERY<ERR>> (where EVERY is some subtype of Every) using the passed function f, then combines the resulting OrFutures into a single OrFuture of type OrFuture<COLL<G>, Every<ERR>> using a Collector to determine the wanted collection type COLL.
Validation<E> - Interface in com.github.javactic
Represents the result of a validation, either the object Pass if the validation succeeded, else an instance of Fail containing an error value describing the validation failure.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016. All rights reserved.