JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.openhft.koloboke.function
Interface ToIntFunction<T>
Type Parameters:
T
- the type of the input to the function
public interface
ToIntFunction<T>
Represents a function that produces an
int
-valued result. This is the
int
-producing primitive specialization for
Function
.
See Also:
Function
Method Summary
Methods
Modifier and Type
Method and Description
int
applyAsInt
(
T
value)
Applies this function to the given argument.
Method Detail
applyAsInt
int applyAsInt(
T
value)
Applies this function to the given argument.
Parameters:
value
- the function argument
Returns:
the function result
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method