Interface Triplet<L,​M,​R>

Type Parameters:
L - left.
M - middle.
R - right.
All Known Implementing Classes:
TripletImpl

@Inclubating
public interface Triplet<L,​M,​R>
Triplet tuple
Author:
Ardika Rommy Sanjaya
  • Method Summary

    Modifier and Type Method Description
    L left()  
    M middle()  
    R right()