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