Package tkrzw

Class Status.And<T>

Object
And<T>
Enclosing class:
Status

public static class Status.And<T> extends Object
Container of a status and another arbitrary object.
  • Field Details

    • status

      public Status status
      The status object.
    • value

      public T value
      The value object.
  • Constructor Details

    • And

      public And()