Package specialized_checkers.lambda
package specialized_checkers.lambda
-
ClassesClassDescriptionCheckerBiConsumer<T,
U> A specialized checker forBiConsumer
instances, providing fluent API methods to assert various behaviors and properties of a BiConsumer, such as exception safety, input modification, and no-op behavior.CheckerBiFunction<T,U, R> A specialized checker forBiFunction
instances, providing a fluent API for validating the behavior of aBiFunction<T, U, R>
.CheckerBiPredicate<T,U> A specialized checker forBiPredicate
instances, providing a fluent API to verify their behavior with optional deep cloning of input arguments.A specialized checker forCallable
instances, providing fluent assertions for validating the behavior and results ofCallable
tasks.A specialized checker forConsumer
instances, providing fluent assertions for verifying the behavior of Consumer operations.CheckerFunction<T,R> A specialized checker forFunction
instances, providing a fluent API for validating function behavior and results.A specialized checker forPredicate
instances, providing a fluent API for validating function behavior and results.A specialized checker forRunnable
instances, providing a fluent API for validating function behavior and results.A specialized checker forSupplier
instances, providing a fluent API for validating function behavior and results.