ImmutablePeriodLeOperator |
ImmutablePeriodLeOperator.Builder.build() |
|
static ImmutablePeriodLeOperator |
ImmutablePeriodLeOperator.copyOf(PeriodLeOperator instance) |
|
static ImmutablePeriodLeOperator |
ImmutablePeriodLeOperator.of(Expression lhs,
Expression rhs) |
Construct a new immutable PeriodLeOperator instance.
|
ImmutablePeriodLeOperator |
ImmutablePeriodLeOperator.withLhs(Expression value) |
Copy the current immutable object by setting a value for the lhs attribute.
|
ImmutablePeriodLeOperator |
ImmutablePeriodLeOperator.withRhs(Expression value) |
Copy the current immutable object by setting a value for the rhs attribute.
|