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