public interface Closer<A,B,C,D> extends QuadConsumer<A,B,C,D>
| Modifier and Type | Method and Description |
|---|---|
default void |
close(A a,
B b,
C c,
Object d) |
static <A,B,C> FlatCacheCloser<A,B,C> |
flatCacheCloser(TriConsumer<A,B,C> simpleCloser) |
static <A,B> FlatCloser<A,B> |
flatCloser(java.util.function.BiConsumer<A,B> simpleCloser) |
static <A,B> JumpCloser<A,B> |
jumpCloser(java.util.function.BiConsumer<A,B> simpleCloser) |
static <A,B,C,D> Closer<A,B,C,D> |
noCacheCloser(java.util.function.BiConsumer<A,B> simpleCloser) |
static <A,B,C> StepCloser<A,B,C> |
stepCloser(java.util.function.BiConsumer<B,C> simpleCloser) |
static <A,B,C> StepCloser<A,B,C> |
stepCloser(TriConsumer<A,B,C> simpleCloser) |
acceptstatic <A,B> FlatCloser<A,B> flatCloser(java.util.function.BiConsumer<A,B> simpleCloser)
static <A,B,C> FlatCacheCloser<A,B,C> flatCacheCloser(TriConsumer<A,B,C> simpleCloser)
static <A,B,C> StepCloser<A,B,C> stepCloser(TriConsumer<A,B,C> simpleCloser)
static <A,B,C> StepCloser<A,B,C> stepCloser(java.util.function.BiConsumer<B,C> simpleCloser)
static <A,B> JumpCloser<A,B> jumpCloser(java.util.function.BiConsumer<A,B> simpleCloser)
static <A,B,C,D> Closer<A,B,C,D> noCacheCloser(java.util.function.BiConsumer<A,B> simpleCloser)
Copyright © 2021. All rights reserved.