Interface ColumnRegionObjectCached.CacheFactory<T,OFFSET_LOOKUP_CACHE extends OffsetLookupCache<T,ChunkSource.FillContext>>
- Enclosing class:
- ColumnRegionObjectCached<T,ATTR extends Attributes.Any,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 Type Method Description OFFSET_LOOKUP_CACHE
create(OffsetLookup<T,ChunkSource.FillContext> offsetLookup, FillContextMaker fillContextMaker)
-
Method Details
-
create
OFFSET_LOOKUP_CACHE create(@NotNull OffsetLookup<T,ChunkSource.FillContext> offsetLookup, @Nullable FillContextMaker fillContextMaker)
-