Uses of Interface
org.hglteam.validation.reactive.ReactivePredicate
-
Uses of ReactivePredicate in org.hglteam.validation.reactive
Fields in org.hglteam.validation.reactive declared as ReactivePredicateMethods in org.hglteam.validation.reactive that return ReactivePredicateModifier and TypeMethodDescriptiondefault ReactivePredicate<T>ReactivePredicate.and(ReactivePredicate<T> other) static <T> ReactivePredicate<T>default ReactivePredicate<T>ReactivePredicate.or(ReactivePredicate<T> other) Methods in org.hglteam.validation.reactive with parameters of type ReactivePredicateModifier and TypeMethodDescriptionMultiStepValidationBuilderBase.ValidationStepBuilder.and(ReactivePredicate<T> other) default ReactivePredicate<T>ReactivePredicate.and(ReactivePredicate<T> other) static <T> Validation<T>Validations.from(ReactivePredicate<T> reactivePredicate, ExceptionProvider<T, ?> exceptionProvider) MultiStepValidationBuilderBase.ValidationStepBuilder.or(ReactivePredicate<T> other) default ReactivePredicate<T>ReactivePredicate.or(ReactivePredicate<T> other) MultiStepValidationBuilderBase.when(ReactivePredicate<T> predicate) Constructors in org.hglteam.validation.reactive with parameters of type ReactivePredicate