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:
  • Method Details

    • equals

      public boolean equals(@Nullable Object another)
      This instance is equal to all instances of ImmutableIsOnLastPage that have equal attribute values.
      Overrides:
      equals in class Object
      Returns:
      true if this is equal to another instance
    • hashCode

      public int hashCode()
      Returns a constant hash code value.
      Overrides:
      hashCode in class Object
      Returns:
      hashCode value
    • toString

      public String toString()
      Prints the immutable value IsOnLastPage.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the value
    • copyOf

      public static ImmutableIsOnLastPage copyOf(IsOnLastPage instance)
      Creates an immutable copy of a IsOnLastPage value. 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 for ImmutableIsOnLastPage.
       ImmutableIsOnLastPage.builder()
          .build();
       
      Returns:
      A new ImmutableIsOnLastPage builder