public final class ValidationProcessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static <P> boolean |
process(Collection<P> values,
Rule<P> rule) |
static <P> boolean |
process(P value,
Collection<Rule<P>> rules) |
static <P> boolean |
process(P value,
Rule<P> rule) |
public static <P> boolean process(P value,
Rule<P> rule)
public static <P> boolean process(Collection<P> values, Rule<P> rule)
public static <P> boolean process(P value,
Collection<Rule<P>> rules)
Copyright © 2019 com.github.mvallim. All rights reserved.