| Package | Description |
|---|---|
| com.io7m.jaffirm.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
ContractIntCondition |
ContractIntCondition.Builder.build()
Builds a new
ContractIntCondition. |
static ContractIntCondition |
Contracts.conditionI(IntPredicate condition,
IntFunction<String> describer)
Construct an
int specialized predicate from the given predicate
function and describer. |
static ContractIntCondition |
ContractIntCondition.copyOf(ContractIntConditionType instance)
Creates an immutable copy of a
ContractIntConditionType value. |
static ContractIntCondition |
ContractIntCondition.of(IntPredicate predicate,
IntFunction<String> describer)
Construct a new immutable
ContractIntCondition instance. |
ContractIntCondition |
ContractIntCondition.withDescriber(IntFunction<String> describer)
Copy the current immutable object by setting a value for the
describer attribute. |
ContractIntCondition |
ContractIntCondition.withPredicate(IntPredicate predicate)
Copy the current immutable object by setting a value for the
predicate attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com