Class ImmutableTodayExpression
java.lang.Object
io.dialob.session.engine.program.expr.arith.ImmutableTodayExpression
- All Implemented Interfaces:
TodayExpression,Expression,Serializable
@Generated(from="TodayExpression",
generator="Immutables")
@ParametersAreNonnullByDefault
@Generated("org.immutables.processor.ProxyProcessor")
@Immutable
@CheckReturnValue
public final class ImmutableTodayExpression
extends Object
implements TodayExpression
Immutable implementation of
TodayExpression.
Use the builder to create immutable instances:
ImmutableTodayExpression.builder().
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds instances of typeImmutableTodayExpression. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forImmutableTodayExpression.static ImmutableTodayExpressioncopyOf(TodayExpression instance) Creates an immutable copy of aTodayExpressionvalue.booleanThis instance is equal to all instances ofImmutableTodayExpressionthat have equal attribute values.inthashCode()Returns a constant hash code value.toString()Prints the immutable valueTodayExpression.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.dialob.session.engine.program.model.Expression
getEvalRequiredConditionsMethods inherited from interface io.dialob.session.engine.program.expr.arith.TodayExpression
eval, getValueType
-
Method Details
-
equals
This instance is equal to all instances ofImmutableTodayExpressionthat have equal attribute values. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueTodayExpression. -
copyOf
Creates an immutable copy of aTodayExpressionvalue. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.- Parameters:
instance- The instance to copy- Returns:
- A copied immutable TodayExpression instance
-
builder
Creates a builder forImmutableTodayExpression.ImmutableTodayExpression.builder() .build();- Returns:
- A new ImmutableTodayExpression builder
-