Uses of Class
com.luchersol.core.specialized_checkers.lambda.CheckerRunnable
Packages that use CheckerRunnable
Package
Description
Lambda expression and functional programming checkers.
-
Uses of CheckerRunnable in com.luchersol.core.specialized_checkers.lambda
Subclasses with type arguments of type CheckerRunnable in com.luchersol.core.specialized_checkers.lambdaModifier and TypeClassDescriptionclassA specialized checker forRunnableinstances, providing a fluent API for validating function behavior and results.Methods in com.luchersol.core.specialized_checkers.lambda that return CheckerRunnableModifier and TypeMethodDescriptionstatic CheckerRunnableCreates a newCheckerRunnablefor the givenRunnableinstance with a default name.static CheckerRunnableCreates a newCheckerRunnablefor the givenRunnableinstance with a custom name.CheckerRunnable.runWithoutException()Asserts that running theRunnabledoes not throw any exception.protected CheckerRunnableCheckerRunnable.self()Returns this checker instance (for fluent API usage).