Uses of Package
com.io7m.jaffirm.core
-
Packages that use com.io7m.jaffirm.core Package Description com.io7m.jaffirm.core Core types and functions. -
Classes in com.io7m.jaffirm.core used by com.io7m.jaffirm.core Class Description ContractCondition An individual predicate in a contract.ContractCondition.Builder Builds instances of typeContractCondition.ContractConditionType An individual predicate in a contract.ContractDoubleCondition Adoublespecialized version of theContractConditionTypetype.ContractDoubleCondition.Builder Builds instances of typeContractDoubleCondition.ContractDoubleConditionType Adoublespecialized version of theContractConditionTypetype.ContractException One or more conditions have been violated.ContractIntCondition Anintspecialized version of theContractConditionTypetype.ContractIntCondition.Builder Builds instances of typeContractIntCondition.ContractIntConditionType Anintspecialized version of theContractConditionTypetype.ContractLongCondition Alongspecialized version of theContractConditionTypetype.ContractLongCondition.Builder Builds instances of typeContractLongCondition.ContractLongConditionType Alongspecialized version of theContractConditionTypetype.InvariantViolationException One or more invariants have been violated.PostconditionViolationException One or more postconditions have been violated.PreconditionViolationException One or more checkPreconditions have been violated.