Uses of Interface
io.dialob.program.expr.arith.NowExpression
-
Packages that use NowExpression Package Description io.dialob.program.expr.arith -
-
Uses of NowExpression in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement NowExpression Modifier and Type Class Description classImmutableNowExpressionImmutable implementation ofNowExpression.Methods in io.dialob.program.expr.arith with parameters of type NowExpression Modifier and Type Method Description static ImmutableNowExpressionImmutableNowExpression. copyOf(NowExpression instance)Creates an immutable copy of aNowExpressionvalue.ImmutableNowExpression.BuilderImmutableNowExpression.Builder. from(NowExpression instance)Fill a builder with attribute values from the providedNowExpressioninstance.
-