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