Uses of Package
com.luchersol.core.specialized_checkers.lambda
Packages that use com.luchersol.core.specialized_checkers.lambda
Package
Description
Lambda expression and functional programming checkers.
-
Classes in com.luchersol.core.specialized_checkers.lambda used by com.luchersol.core.specialized_checkers.lambdaClassDescriptionA specialized checker for
BiConsumerinstances, 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 forBiFunctioninstances, providing a fluent API for validating the behavior of aBiFunction<T, U, R>.A specialized checker forBiPredicateinstances, providing a fluent API to verify their behavior with optional deep cloning of input arguments.A specialized checker forCallableinstances, providing fluent assertions for validating the behavior and results ofCallabletasks.A specialized checker forConsumerinstances, providing fluent assertions for verifying the behavior of Consumer operations.A specialized checker forFunctioninstances, providing a fluent API for validating function behavior and results.A specialized checker forPredicateinstances, providing a fluent API for validating function behavior and results.A specialized checker forRunnableinstances, providing a fluent API for validating function behavior and results.A specialized checker forSupplierinstances, providing a fluent API for validating function behavior and results.