| Package | Description |
|---|---|
| com.brentcroft.tools.materializer.model |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C> FlatCacheCloser<A,B,C> |
Closer.flatCacheCloser(TriConsumer<A,B,C> simpleCloser) |
static <A,B,C> StepCloser<A,B,C> |
Closer.stepCloser(TriConsumer<A,B,C> simpleCloser) |
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.