Uses of Interface
org.aksw.commons.index.util.ListSupplier
-
Packages that use ListSupplier Package Description org.aksw.commons.index org.aksw.commons.index.core org.aksw.commons.index.util -
-
Uses of ListSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type ListSupplier Modifier and Type Method Description static <D,C>
StorageNodeMutable<D,C,List<D>>StorageComposers. leafList(ListSupplier listSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor) -
Uses of ListSupplier in org.aksw.commons.index.core
Fields in org.aksw.commons.index.core declared as ListSupplier Modifier and Type Field Description protected ListSupplierStorageNodeListBase. listSupplierConstructors in org.aksw.commons.index.core with parameters of type ListSupplier Constructor Description StorageNodeLeafDomainList(org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor, ListSupplier listSupplier, TupleValueFunction<C,V> valueFunction) -
Uses of ListSupplier in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return ListSupplier Modifier and Type Method Description static ListSupplierListSupplier. forceCast(java.util.function.Supplier<Set<?>> listSupplier)Force cast to the requested type.static ListSupplierListSupplier. none()A supplier that supplies null instead of set instances.
-