Uses of Enum Class
io.datarouter.scanner.ScannerToMap.Replace
-
Uses of ScannerToMap.Replace in io.datarouter.scanner
Methods in io.datarouter.scanner that return ScannerToMap.ReplaceModifier and TypeMethodDescriptionstatic ScannerToMap.ReplaceReturns the enum constant of this class with the specified name.static ScannerToMap.Replace[]ScannerToMap.Replace.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.scanner with parameters of type ScannerToMap.ReplaceModifier and TypeMethodDescriptionScannerToMap.of(Function<T, K> keyFunction, Function<T, V> valueFunction, ScannerToMap.Replace replacePolicy) ScannerToMap.ofSupplied(Function<T, K> keyFunction, Function<T, V> valueFunction, ScannerToMap.Replace replacePolicy, Supplier<M> mapSupplier) default <K,V> Map<K, V> Scanner.toMap(Function<T, K> keyFunction, Function<T, V> valueFunction, ScannerToMap.Replace replacePolicy) default <K,V, M extends Map<K, V>>
MScanner.toMapSupplied(Function<T, K> keyFunction, Function<T, V> valueFunction, ScannerToMap.Replace replacePolicy, Supplier<M> mapSupplier)