Class Four<T,U,V,W>

java.lang.Object
net.avcompris.commons3.testutil.Four<T,U,V,W>

public final class Four<T,U,V,W> extends Object
  • Method Details

    • getLeft

      public T getLeft()
    • getMiddleLeft

      public U getMiddleLeft()
    • getMiddleRight

      public V getMiddleRight()
    • getRight

      public W getRight()
    • of

      public static <T, U, V, W> Four<T,U,V,W> of(T left, U middleLeft, V middleRight, W right)