Interface Tuploid1<A0>

Type Parameters:
A0 - the type of the first component.
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>
A mathematical tuple with at least one component.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the value of the first component.
  • Method Details

    • get0

      @Opt A0 get0()
      Return the value of the first component.
      Returns:
      the value of the first component.