Class ImmutableIsOnLastPage
java.lang.Object
io.dialob.session.engine.program.expr.arith.ImmutableIsOnLastPage
- All Implemented Interfaces:
IsOnLastPage,Expression,Serializable
@Generated(from="IsOnLastPage",
generator="Immutables")
@ParametersAreNonnullByDefault
@Generated("org.immutables.processor.ProxyProcessor")
@Immutable
@CheckReturnValue
public final class ImmutableIsOnLastPage
extends Object
implements IsOnLastPage
Immutable implementation of
IsOnLastPage.
Use the builder to create immutable instances:
ImmutableIsOnLastPage.builder().
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds instances of typeImmutableIsOnLastPage. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forImmutableIsOnLastPage.static ImmutableIsOnLastPagecopyOf(IsOnLastPage instance) Creates an immutable copy of aIsOnLastPagevalue.booleanThis instance is equal to all instances ofImmutableIsOnLastPagethat have equal attribute values.inthashCode()Returns a constant hash code value.toString()Prints the immutable valueIsOnLastPage.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.dialob.session.engine.program.expr.arith.IsOnLastPage
eval, getEvalRequiredConditions, getValueType
-
Method Details
-
equals
This instance is equal to all instances ofImmutableIsOnLastPagethat have equal attribute values. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueIsOnLastPage. -
copyOf
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
Creates a builder forImmutableIsOnLastPage.ImmutableIsOnLastPage.builder() .build();- Returns:
- A new ImmutableIsOnLastPage builder
-