Uses of Interface
net.sf.staccatocommons.defs.tuple.Tuple2

Packages that use Tuple2
net.sf.staccatocommons.defs.function   
net.sf.staccatocommons.defs.predicate   
net.sf.staccatocommons.defs.tuple   
 

Uses of Tuple2 in net.sf.staccatocommons.defs.function
 

Methods in net.sf.staccatocommons.defs.function that return types with arguments of type Tuple2
 Function<Tuple2<A,B>,C> Function2.uncurry()
          Uncurries this function, by returning a Function that takes a single pair, being its components each of the original function parameters
 

Uses of Tuple2 in net.sf.staccatocommons.defs.predicate
 

Methods in net.sf.staccatocommons.defs.predicate that return types with arguments of type Tuple2
 Predicate<Tuple2<A,B>> Predicate2.uncurry()
          Uncurries this predicate, by returning a Predicate that takes a single pair, being its components each of the original predicate parameters
 

Uses of Tuple2 in net.sf.staccatocommons.defs.tuple
 

Methods in net.sf.staccatocommons.defs.tuple that return Tuple2
 Tuple2<B,A> Tuple2.swap()
          answers a new Tuple2, with swaped components
 



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