Uses of Interface
io.github.torand.javacommons.contract.Requirement
Packages that use Requirement
Package
Description
Provides classes and interfaces for "Design by Contract" style coding.
-
Uses of Requirement in io.github.torand.javacommons.contract
Methods in io.github.torand.javacommons.contract with parameters of type RequirementModifier and TypeMethodDescriptionstatic void
Requires.precondition
(Requirement requirement, String msg, Object... args) Checks that the specified requirement is fulfilled.static void
Requires.require
(Requirement requirement, String msg, Object... args) Checks that the specified requirement is fulfilled.