net.sf.staccatocommons.defs.partial
Interface SecondAware<A>

Type Parameters:
A -
All Known Subinterfaces:
Tuple2<A,B>, Tuple3<A,B,C>, Tuple4<A,B,C,D>

public interface SecondAware<A>

Interface for accessing the second element of a tuple

Author:
flbulgarelli

Method Summary
 A _1()
          Synonym for second()
 A second()
          Answers the second component
 

Method Detail

second

A second()
Answers the second component

Returns:
the second component

_1

A _1()
Synonym for second()

Returns:
second()


Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads