public interface BiFunction<T,U,R> extends Operation
a function that accepts two arguments and produces a result.
Modifier and Type | Method and Description |
---|---|
R |
apply(T input1,
U input2)
Applies this function to the given arguments.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.