- cell(int, int, Result) - Method in interface fluent.validation.result.TableAggregator
-
- Cell(int, int, Result) - Constructor for class fluent.validation.result.TableInResult.Cell
-
- check(Predicate<D>, String) - Static method in class fluent.validation.BasicChecks
-
Build a custom check using it's description and pure Java predicate.
- Check<T> - Interface in fluent.validation
-
Simple check used in for validation of various data.
- CheckBuilder<D> - Class in fluent.validation
-
- CheckBuilder() - Constructor for class fluent.validation.CheckBuilder
-
- CheckDsl<L,D> - Interface in fluent.validation
-
Fluent DSL to compose a complex check using partial checks applicable either on the tested object directly, or using
some transformation (a.k.a. field access).
- checks(Items<T>) - Static method in class fluent.validation.Items
-
- ChecksName - Annotation Type in fluent.validation.processor
-
To avoid conflicts in case of factory methods with the same name in multiple factory classes, when merged to "uber"
factory class Checks, use this annotation to define alternative name of the method, when added to Checks.
- checkThat(T, Check<? super T>) - Method in class fluent.validation.Interpreter
-
- closeTo(double, double) - Static method in class fluent.validation.NumericChecks
-
Check, that a double number is close enough to the expected value, given the explicit tolerance.
- closeTo(float, float) - Static method in class fluent.validation.NumericChecks
-
Check, that a float number is close enough to the expected value, given the explicit tolerance.
- closeTo(BigDecimal, BigDecimal) - Static method in class fluent.validation.NumericChecks
-
Check, that a BigDecimal number is close enough to the expected value, given the explicit tolerance.
- collection(Check<Iterator<T>>) - Static method in class fluent.validation.CollectionChecks
-
- CollectionChecks - Class in fluent.validation
-
- column(String, Class<T>, Check<? super T>) - Static method in class fluent.validation.DatabaseChecks
-
- column(int, Class<T>, Check<? super T>) - Static method in class fluent.validation.DatabaseChecks
-
- column(Object) - Method in interface fluent.validation.result.TableAggregator
-
- columnCount(int) - Static method in class fluent.validation.DatabaseChecks
-
- columnName(int, String) - Static method in class fluent.validation.DatabaseChecks
-
- combineWith(Collection<B>, BiFunction<A, B, C>) - Static method in class fluent.validation.data.Data
-
Totally general algorithm to combine potentially typesafe heterogeneous input data collections into a structured
representation of combination of their elements.
- combineWith(Collection<Object[]>) - Static method in class fluent.validation.data.Data
-
Simple function to combine original stream of arrays with elements in provided collection of arrays so, that
arrays are concatenated into new one.
- ComparisonChecks - Class in fluent.validation
-
Factory of ready to use most frequent conditions.
- compose(String, Transformation<? super D, V>, Check<? super V>) - Static method in class fluent.validation.BasicChecks
-
Convenient composition using transformation of the original object, and check on the result.
- compose(Transformation<? super D, V>, Check<? super V>) - Static method in class fluent.validation.BasicChecks
-
Simplified composition using transformation of the original object, and check on the result.
- contains(String, Items<T>) - Static method in class fluent.validation.CollectionChecks
-
- contains(Items<T>) - Static method in class fluent.validation.CollectionChecks
-
- contains(String) - Static method in class fluent.validation.StringChecks
-
- containsAll(Collection<D>) - Static method in class fluent.validation.CollectionChecks
-
- containsAll(D...) - Static method in class fluent.validation.CollectionChecks
-
- containsCaseInsensitive(String) - Static method in class fluent.validation.StringChecks
-
- containsInAnyOrder(String, Items<T>) - Static method in class fluent.validation.CollectionChecks
-
- containsInAnyOrder(Items<T>) - Static method in class fluent.validation.CollectionChecks
-
- containsInAnyOrderOnly(String, Items<T>) - Static method in class fluent.validation.CollectionChecks
-
- containsInAnyOrderOnly(Items<T>) - Static method in class fluent.validation.CollectionChecks
-
- createBuilder() - Static method in class fluent.validation.BasicChecks
-
- createBuilderWith(Check<D>) - Static method in class fluent.validation.BasicChecks
-
- customResultFactory(Check<D>, ResultFactory) - Static method in class fluent.validation.BasicChecks
-
- CustomResultFactoryCheck<T> - Class in fluent.validation
-
- CustomResultFactoryCheck(Check<T>, ResultFactory) - Constructor for class fluent.validation.CustomResultFactoryCheck
-