JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.strobel.core.delegates
Func2
Contents
Description
Method Summary
Method Details
apply(T1, T2)
Hide sidebar
Show sidebar
Interface Func2<
T1
,
T2
,
R
>
public interface
Func2<T1,
T2,
R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T1
t1,
T2
t2)
Method Details
apply
R
apply
(
T1
t1,
T2
t2)