JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.esotericsoftware.kryo.pool
KryoCallback
Contents
Description
Method Summary
Method Details
execute(Kryo)
Hide sidebar
Show sidebar
Interface KryoCallback<T>
Type Parameters:
T
- The type of the result of the interaction with kryo.
public interface
KryoCallback<T>
Callback to run with a provided kryo instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
execute
(
Kryo
kryo)
Method Details
execute
T
execute
(
Kryo
kryo)