Uses of Interface
net.sf.staccatocommons.defs.Applicable2

Packages that use Applicable2
net.sf.staccatocommons.defs.function   
net.sf.staccatocommons.defs.predicate   
 

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

Subinterfaces of Applicable2 in net.sf.staccatocommons.defs.function
 interface Function2<A,B,C>
          Function2s are rich interfaced Applicable2s - two arguments Delayable2 and NullSafeAware transformations.
 interface Function3<A,B,C,D>
          Function3s are rich interfaced Applicable3s - two arguments Delayable3 and NullSafeAware transformations.
 

Methods in net.sf.staccatocommons.defs.function with parameters of type Applicable2
<Tp1,Tp2> Function2<Tp1,Tp2,B>
Function.of(Applicable2<Tp1,Tp2,? extends A> other)
          Composes this function with another Applicable2, resulting in a new Function2 that when applied returns this.apply(other.apply(arg0, arg1)
 

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

Subinterfaces of Applicable2 in net.sf.staccatocommons.defs.predicate
 interface Predicate2<A,B>
          A rich Evaluable2
 



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