JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.sejda.commons.Pool
Packages that use
Pool
Package
Description
org.sejda.commons
Uses of
Pool
in
org.sejda.commons
Methods in
org.sejda.commons
that return
Pool
Modifier and Type
Method
Description
Pool
<
T
>
Pool.
onGive
(
Consumer
<
T
> applyOnGive)
Configure the pool to apply the given consumer to returned objects.