Class Bound<A>

java.lang.Object
io.inverno.mod.redis.operations.Bound<A>
Type Parameters:
A - bound type

public class Bound<A> extends Object
Since:
1.4
Author:
Jeremy Kuhn
  • Method Details

    • isInclusive

      public boolean isInclusive()
      Returns:
    • isUnbounded

      public boolean isUnbounded()
      Returns:
    • getValue

      public A getValue()
      Returns:
    • unbounded

      public static <A> Bound<A> unbounded()
      Type Parameters:
      A -
      Returns:
    • inclusive

      public static <A> Bound<A> inclusive(A value)
      Type Parameters:
      A -
      Parameters:
      value -
      Returns:
    • exclusive

      public static <A> Bound<A> exclusive(A value)
      Type Parameters:
      A -
      Parameters:
      value -
      Returns: