@FunctionalInterface public interface HandleConsumer<X extends Exception>
Handle and returns no result. The provided
Handle may not remain valid past return from the consumer.| Modifier and Type | Method and Description |
|---|---|
void |
useHandle(Handle handle)
Will be invoked with an open Handle.
|
Copyright © 2017. All rights reserved.