JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.multiverse.api.functions
Interface BinaryFunction<E>
public interface
BinaryFunction<E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
E
call
(
E
val1,
E
val2)
Method Details
call
E
call
(
E
val1,
E
val2)