T - the first parameterU - the second parameterR - the returned typepublic interface BiFunction<T,U,R>
Represents a contract inspired from Java 8 features which defines a function expecting two parameters..
Copyright © 2012-2015. All Rights Reserved.