Package jadex.commons.functional
Interface BiFunction<T,U,R>
- 
public interface BiFunction<T,U,R>Functional interface for a function T,U -> R 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t, U u) 
 -