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

Packages that use Tuple3
net.sf.staccatocommons.defs.function   
net.sf.staccatocommons.defs.tuple   
 

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

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

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

Methods in net.sf.staccatocommons.defs.tuple that return Tuple3
 Tuple3<B,C,A> Tuple3.rotateLeft()
           Rotates this Tuple3 components to left, creating a new one where the first component is placed at the third position, an the rests, shifted right.
 Tuple3<C,A,B> Tuple3.rotateRight()
           Rotates this Tuple3 components to right, creating a new one where the third component is placed at the first position, an the rests, shifted right.
 



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