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