L - the left argument type.R - the right argument type.T - the returned value type.public interface BinaryFunction<L,R,T> extends BinaryFunctor<L,R>
Implementors are encouraged but not required to make their functors
Serializable.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.