Skip navigation links
G I T 

G

GuavaCollectors - Class in io.joj.fluence.guava
Collector-s for Guava types.
GuavaCollectors() - Constructor for class io.joj.fluence.guava.GuavaCollectors
 

I

io.joj.fluence.guava - package io.joj.fluence.guava
 

T

toImmutableList() - Static method in class io.joj.fluence.guava.GuavaCollectors
Returns a Collector that accumulates the input elements into an ImmutableList, preserving the order.
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class io.joj.fluence.guava.GuavaCollectors
Returns a Collector that accumulates elements into an ImmutableMap whose keys and values are the result of applying the provided mapping functions to the input elements.
G I T 
Skip navigation links

Copyright © 2016. All rights reserved.