| Package | Description |
|---|---|
| com.brentcroft.tools.materializer.model |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C> StepOpener<A,B,C> |
Opener.stepOpener(java.util.function.BiConsumer<B,C> opener)
Ignores any context object and doesn't cache an intermediate object.
|
static <A,B,C> StepOpener<A,B,C> |
Opener.stepOpener(TriConsumer<A,B,C> opener)
Doesn't cache an intermediate object.
|
Copyright © 2021. All rights reserved.