T
- The type of object to operate on.X
- The type of exception that operations on objects can throw.public interface PoolableObjectConsumer<T extends PoolableObject<X>,X extends Exception>
PoolableObject
.Modifier and Type | Method and Description |
---|---|
void |
accept(T object)
Performs this operation on the given argument.
|
Copyright © 2022. All rights reserved.