Package io.dialob.program.expr.arith
Class ImmutableIsOnLastPage
- java.lang.Object
-
- io.dialob.program.expr.arith.ImmutableIsOnLastPage
-
- All Implemented Interfaces:
IsOnLastPage,Expression,Serializable
@ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableIsOnLastPage extends Object implements IsOnLastPage
Immutable implementation ofIsOnLastPage.Use the builder to create immutable instances:
ImmutableIsOnLastPage.builder().- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableIsOnLastPage.BuilderBuilds instances of typeImmutableIsOnLastPage.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableIsOnLastPage.Builderbuilder()Creates a builder forImmutableIsOnLastPage.static ImmutableIsOnLastPagecopyOf(IsOnLastPage instance)Creates an immutable copy of aIsOnLastPagevalue.booleanequals(Object another)This instance is equal to all instances ofImmutableIsOnLastPagethat have equal attribute values.inthashCode()Returns a constant hash code value.StringtoString()Prints the immutable valueIsOnLastPage.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.dialob.program.expr.arith.IsOnLastPage
eval, getEvalRequiredConditions, getValueType
-
-
-
-
Method Detail
-
equals
public boolean equals(@Nullable Object another)This instance is equal to all instances ofImmutableIsOnLastPagethat have equal attribute values.
-
hashCode
public int hashCode()
Returns a constant hash code value.
-
toString
public String toString()
Prints the immutable valueIsOnLastPage.
-
copyOf
public static ImmutableIsOnLastPage copyOf(IsOnLastPage instance)
Creates an immutable copy of aIsOnLastPagevalue. 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 IsOnLastPage instance
-
builder
public static ImmutableIsOnLastPage.Builder builder()
Creates a builder forImmutableIsOnLastPage.ImmutableIsOnLastPage.builder() .build();- Returns:
- A new ImmutableIsOnLastPage builder
-
-