Interface Tuploid1<A0>

Type Parameters:
A0 - the type of the first component.
All Superinterfaces:
Tuploid0
All Known Subinterfaces:
Tuploid2<A0,A1>, Tuploid3<A0,A1,A2>, Tuploid4<A0,A1,A2,A3>
All Known Implementing Classes:
Tuple2, Tuple3, Tuple4

public interface Tuploid1<A0> extends Tuploid0
A mathematical tuple with at least one component.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details