Uses of Package
com.luchersol.core.util
Packages that use com.luchersol.core.util
Package
Description
Specialized checker implementations for various data types and structures.
Specialized checkers for Java collection types.
Specialized checkers for I/O and file system operations.
Lambda expression and functional programming checkers.
Specialized checkers for mathematical and array-based operations.
Specialized checkers for arbitrary precision numeric types.
Specialized checkers for floating-point numeric types.
Specialized checkers for integer numeric types.
Specialized checkers for temporal and time-related operations.
Specialized checkers for Java 8+ temporal types.
Core utility classes and base abstractions for the Checker framework.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkersClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.collectionClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.ioClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.lambdaClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.mathClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.math.numbers.bigTypesClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.math.numbers.decimalTypesClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.math.numbers.integerTypesClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.timeClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.specialized_checkers.time.temporalClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in com.luchersol.core.util used by com.luchersol.core.utilClassDescriptionAbstract base class for implementing checkers that validate objects of type T.Main entry point for object validation and type checking.CheckerException is a custom unchecked exception used for validation and checking errors.ExceptionTracker tracks and manages exceptions thrown, not thrown, and not checked during validation or testing.InterfaceChecker defines a contract for checker classes that validate values using predicates.Represents a formatted message with an optional code and arguments.