Uses of Package
specialized_checkers.lambda

Packages that use specialized_checkers.lambda
Package
Description
 
  • Class
    Description
    A specialized checker for BiConsumer instances, providing fluent API methods to assert various behaviors and properties of a BiConsumer, such as exception safety, input modification, and no-op behavior.
    A specialized checker for BiFunction instances, providing a fluent API for validating the behavior of a BiFunction<T, U, R>.
    A specialized checker for BiPredicate instances, providing a fluent API to verify their behavior with optional deep cloning of input arguments.
    A specialized checker for Callable instances, providing fluent assertions for validating the behavior and results of Callable tasks.
    A specialized checker for Consumer instances, providing fluent assertions for verifying the behavior of Consumer operations.
    A specialized checker for Function instances, providing a fluent API for validating function behavior and results.
    A specialized checker for Predicate instances, providing a fluent API for validating function behavior and results.
    A specialized checker for Runnable instances, providing a fluent API for validating function behavior and results.
    A specialized checker for Supplier instances, providing a fluent API for validating function behavior and results.