Module org.klojang.check


module org.klojang.check
Klojang Check is a Java module dedicated to defensive programming. It lets you specify checks on program input, object state and method arguments in a concise and elegant manner.
  • Packages

    Exports
    Package
    Description
    The central package of this Java module.
    A small collection of classes and interfaces that do not themselves take part in the validation framework, but are treated as first-class citizens by it.
    A collection of functional interfaces that allow a checked exception to be thrown from their functional method.
    A collection of functional interfaces that together constitute one category of checks that can be executed using Klojang Check.