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