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