Dependencies
Declarations
-
org
-
jdbi
-
v3
-
guava
-
GuavaArguments
-
GuavaCollectors
-
GuavaCollectors(): void
-
factory(): CollectorFactory
-
toOptional(): Collector<Object, Object, Optional<Object>>
-
toImmutableMap(): Collector<Entry<Object, Object>, Object, ImmutableMap<Object, Object>>
-
toHashBiMap(): Collector<Entry<Object, Object>, Object, BiMap<Object, Object>>
-
toImmutableListMultimap(): Collector<Entry<Object, Object>, Object, ImmutableListMultimap<Object, Object>>
-
toImmutableSetMultimap(): Collector<Entry<Object, Object>, Object, ImmutableSetMultimap<Object, Object>>
-
toArrayListMultimap(): Collector<Entry<Object, Object>, Object, ArrayListMultimap<Object, Object>>
-
toLinkedListMultimap(): Collector<Entry<Object, Object>, Object, LinkedListMultimap<Object, Object>>
-
toHashMultimap(): Collector<Entry<Object, Object>, Object, HashMultimap<Object, Object>>
-
toTreeMultimap(): Collector<Entry<Comparable, Comparable>, Object, TreeMultimap<Comparable, Comparable>>
-
toMultimap(Supplier<Multimap>): Collector<Entry<Object, Object>, Object, Multimap>
-
putEntry(Multimap, Entry<Object, Object>): void
-
combine(Multimap, Multimap): Multimap
-
combine(Builder, Builder): Builder
-
Factory
-
GuavaPlugin
Java files
Class files