Class Triplet<L,M,R>

java.lang.Object
pro.taskana.common.internal.util.Triplet<L,M,R>

public class Triplet<L,M,R> extends Object
  • Method Details

    • of

      public static <L, M, R> Triplet<L,M,R> of(L left, M middle, R right)
    • getLeft

      public L getLeft()
    • getMiddle

      public M getMiddle()
    • getRight

      public R getRight()