public interface Function2<T1,T2,R> extends BiFunction<T1,T2,R>
R
apply(T1 t1, T2 t2)
andThen
R apply(T1 t1, T2 t2)
apply
BiFunction<T1,T2,R>
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.