T
- Type of function's first argumentU
- Type of function's second argumentR
- Type of function return.public interface BiFunction<T,U,R>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u)
Apply a function to
t and u . |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641