JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.illumon.iris.db.plot.util.functions
Interface SerializableFunction<T,
R>
All Superinterfaces:
Function
<T,
R>
,
Serializable
All Known Implementing Classes:
ClosureFunction
public interface
SerializableFunction<T,
R>
extends
Function
<T,
R>,
Serializable
A serializable function.
Method Summary
Methods inherited from interface java.util.function.
Function
andThen
,
apply
,
compose