Interface ColumnRegionObjectCached.CacheFactory<T,OFFSET_LOOKUP_CACHE extends OffsetLookupCache<T,ChunkSource.FillContext>>
- Enclosing class:
- ColumnRegionObjectCached<T,
ATTR extends Values, OFFSET_LOOKUP_CACHE extends OffsetLookupCache<T, ChunkSource.FillContext>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ColumnRegionObjectCached.CacheFactory<T,OFFSET_LOOKUP_CACHE extends OffsetLookupCache<T,ChunkSource.FillContext>>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NotNull OffsetLookup<T, ChunkSource.FillContext> offsetLookup, @Nullable FillContextMaker fillContextMaker)
-
Method Details
-
create
OFFSET_LOOKUP_CACHE create(@NotNull @NotNull OffsetLookup<T, ChunkSource.FillContext> offsetLookup, @Nullable @Nullable FillContextMaker fillContextMaker)
-