Uses of Interface
org.aksw.commons.index.util.ListSupplier
Packages that use ListSupplier
-
Uses of ListSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type ListSupplierModifier and TypeMethodDescriptionstatic <D,C> StorageNodeMutable <D, C, List<D>> StorageComposers.leafList(ListSupplier listSupplier, TupleBridge<D, C> tupleAccessor) -
Uses of ListSupplier in org.aksw.commons.index.core
Fields in org.aksw.commons.index.core declared as ListSupplierConstructors in org.aksw.commons.index.core with parameters of type ListSupplierModifierConstructorDescriptionStorageNodeLeafDomainList(TupleBridge<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 ListSupplierModifier and TypeMethodDescriptionstatic ListSupplierForce cast to the requested type.static ListSupplierListSupplier.none()A supplier that supplies null instead of set instances.