ContractIntCondition |
ContractIntCondition.Builder.build() |
|
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) |
|
static ContractIntCondition |
ContractIntCondition.of(IntPredicate predicate,
IntFunction<String> describer) |
Construct a new immutable ContractIntCondition instance.
|
ContractIntCondition |
ContractIntCondition.withDescriber(IntFunction<String> value) |
Copy the current immutable object by setting a value for the describer attribute.
|
ContractIntCondition |
ContractIntCondition.withPredicate(IntPredicate value) |
Copy the current immutable object by setting a value for the predicate attribute.
|