public interface Opener<A,B,C> extends java.util.function.BiFunction<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C> Opener<A,B,C> |
noCacheOpener(java.util.function.BiConsumer<A,B> opener) |
default C |
open(A a,
B b) |
andThen, applystatic <A,B,C> Opener<A,B,C> noCacheOpener(java.util.function.BiConsumer<A,B> opener)
Copyright © 2021. All rights reserved.