Class ImmutableIsOnFirstPage
java.lang.Object
io.dialob.session.engine.program.expr.arith.ImmutableIsOnFirstPage
- All Implemented Interfaces:
IsOnFirstPage,Expression,Serializable
@Generated(from="IsOnFirstPage",
generator="Immutables")
@ParametersAreNonnullByDefault
@Generated("org.immutables.processor.ProxyProcessor")
@Immutable
@CheckReturnValue
public final class ImmutableIsOnFirstPage
extends Object
implements IsOnFirstPage
Immutable implementation of
IsOnFirstPage.
Use the builder to create immutable instances:
ImmutableIsOnFirstPage.builder().
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds instances of typeImmutableIsOnFirstPage. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forImmutableIsOnFirstPage.static ImmutableIsOnFirstPagecopyOf(IsOnFirstPage instance) Creates an immutable copy of aIsOnFirstPagevalue.booleanThis instance is equal to all instances ofImmutableIsOnFirstPagethat have equal attribute values.inthashCode()Returns a constant hash code value.toString()Prints the immutable valueIsOnFirstPage.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.IsOnFirstPage
eval, getEvalRequiredConditions, getValueType
-
Method Details
-
equals
This instance is equal to all instances ofImmutableIsOnFirstPagethat have equal attribute values. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueIsOnFirstPage. -
copyOf
Creates an immutable copy of aIsOnFirstPagevalue. 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 IsOnFirstPage instance
-
builder
Creates a builder forImmutableIsOnFirstPage.ImmutableIsOnFirstPage.builder() .build();- Returns:
- A new ImmutableIsOnFirstPage builder
-