Uses of Interface
org.nasdanika.rag.core.KeyExtractor
-
Uses of KeyExtractor in org.nasdanika.rag.core
Subinterfaces of KeyExtractor in org.nasdanika.rag.coreModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.nasdanika.rag.core with type parameters of type KeyExtractorMethods in org.nasdanika.rag.core that return KeyExtractorModifier and TypeMethodDescriptiondefault <U> KeyExtractor<U,K> KeyExtractor.before(BiFunction<U, org.nasdanika.common.ProgressMonitor, V> before) default <U> KeyExtractor<U,K> static <V,K> KeyExtractor<V, K> KeyExtractor.from(BiFunction<V, org.nasdanika.common.ProgressMonitor, K> biFunction) static <V,K> KeyExtractor<V, K> default <L> KeyExtractor<V,L> KeyExtractor.then(BiFunction<K, org.nasdanika.common.ProgressMonitor, L> after) default <L> KeyExtractor<V,L> Methods in org.nasdanika.rag.core with parameters of type KeyExtractorModifier and TypeMethodDescriptiondefault voidStore.add(V value, KeyExtractor<V, K> keyExtractor, org.nasdanika.common.ProgressMonitor progressMonitor) voidAbstractEntryStore.addAll(Iterable<V> values, KeyExtractor<V, K> keyExtractor, org.nasdanika.common.ProgressMonitor progressMonitor) default voidStore.addAll(Iterable<V> values, KeyExtractor<V, K> keyExtractor, org.nasdanika.common.ProgressMonitor progressMonitor) default voidStore.addAll(Stream<V> values, KeyExtractor<V, K> keyExtractor, org.nasdanika.common.ProgressMonitor progressMonitor)