Uses of Interface
net.sf.staccatocommons.defs.function.Function3

Packages that use Function3
net.sf.staccatocommons.defs.function   
 

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

Methods in net.sf.staccatocommons.defs.function that return Function3
 Function3<A,B,C,D> Function3.nullSafe()
          Answers a new function that returns null if any of its arguments is null, or the result of applying this function, otherwise.
<Tp1,Tp2,Tp3>
Function3<Tp1,Tp2,Tp3,B>
Function.of(Applicable3<Tp1,Tp2,Tp3,? extends A> other)
          Composes this function with another Applicable3, resulting in a new Function3 that when applied returns this.apply(other.apply(arg0,arg1,arg2)
<A2,B2,D> Function3<A,B,A2,D>
Function2.then(Function2<C,B2,D> binaryFunction, Function<? super A2,? extends B2> other)
          Answers a three arg function that combines this function with other function, using a binaryFunction to merge the results.
 



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