JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.apache.felix.gogo.runtime.util.function
BiFunction
Contents
Description
Method Summary
Method Details
apply(T, U)
Hide sidebar
Show sidebar
Interface BiFunction<
T
,
U
,
R
>
public interface
BiFunction<T,
U,
R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
t,
U
u)
Method Details
apply
R
apply
(
T
t,
U
u)