Uses of Class
com.luchersol.core.specialized_checkers.lambda.CheckerSupplier
Packages that use CheckerSupplier
Package
Description
Lambda expression and functional programming checkers.
-
Uses of CheckerSupplier in com.luchersol.core.specialized_checkers.lambda
Subclasses with type arguments of type CheckerSupplier in com.luchersol.core.specialized_checkers.lambdaModifier and TypeClassDescriptionclassA specialized checker forSupplierinstances, providing a fluent API for validating function behavior and results.Methods in com.luchersol.core.specialized_checkers.lambda that return CheckerSupplierModifier and TypeMethodDescriptionCheckerSupplier.applyWithoutException()Asserts that calling theget()method of theSupplierdoes not throw any exception.static <T> CheckerSupplier<T> Creates a newCheckerSupplierfor the givenSupplierinstance with a default name.static <T> CheckerSupplier<T> Creates a newCheckerSupplierfor the givenSupplierinstance with a custom name.CheckerSupplier.producesExpected(T expected) Asserts that theget()method of theSupplierproduces the expected result.CheckerSupplier.producesNonNull()Asserts that theget()method of theSupplierproduces a non-null result.protected CheckerSupplier<T> CheckerSupplier.self()Returns this checker instance (for fluent API usage).