public interface Closer<A,B,C> extends TriConsumer<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
default void |
close(A a,
B b,
Object c) |
static <A,B,C> Closer<A,B,C> |
noCacheCloser(java.util.function.BiConsumer<A,B> simpleCloser) |
acceptstatic <A,B,C> Closer<A,B,C> noCacheCloser(java.util.function.BiConsumer<A,B> simpleCloser)
Copyright © 2021. All rights reserved.