public interface BiFunction<T,U,R>
R
apply(T t, U u)
R apply(T t, U u)
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.