Checks

Purpose

These are utilities for performing true / false inspections of data.

Available Interfaces

Interface Description
Check interface for all checks to implement
ListCheck interface for all inspections that check lists of data to implement

Click on the name of an interface to see full details.

Available Classes

Class Description
ComposableCheck convert any callable into a Check that is composable
IsAllOf a value must pass all of the checks in the list
IsAnyOneOf a value must pass at least one of the checks in the list
ListableCheck convenience trait to provide the toList() and inspectList() methods of the ListCheck interface

Click on the name of a class to see full details.