Uses of Interface
at.molindo.utils.data.Function

Packages that use Function
at.molindo.utils.collections   
at.molindo.utils.concurrent   
at.molindo.utils.data   
 

Uses of Function in at.molindo.utils.collections
 

Methods in at.molindo.utils.collections with parameters of type Function
static
<C extends Collection<T>,T,F>
C
CollectionUtils.add(C to, F o, Function<? super F,T> f)
           
static
<C extends Collection<T>,T,F>
C
CollectionUtils.addAll(C to, Collection<? extends F> from, Function<? super F,T> f)
           
static
<T,E> ListMap<T,E>
ListMap.build(Iterable<E> c, Function<E,T> f)
           
static
<T> Iterable<T>
IteratorUtils.filter(Iterable<T> iterable, Function<T,Boolean> filter)
           
static
<T> Iterator<T>
IteratorUtils.filter(Iterator<T> iter, Function<T,Boolean> filter)
           
static
<T,V> T
CollectionUtils.find(Collection<T> c, Function<T,Boolean> f)
           
static
<T,V> T
CollectionUtils.find(Collection<T> c, Function<T,V> f, V match)
           
static
<T,V> List<T>
CollectionUtils.findAll(Collection<T> c, Function<T,Boolean> f)
           
static
<T,V> List<T>
CollectionUtils.findAll(Collection<T> c, Function<T,V> f, V match)
           
static
<M extends Map<T,F>,T,F>
M
CollectionUtils.put(M to, F o, Function<? super F,T> f)
           
static
<M extends Map<T,F>,T,F>
M
CollectionUtils.putAll(M to, Collection<? extends F> from, Function<? super F,T> f)
           
static
<F,T> Iterable<T>
IteratorUtils.transform(Iterable<? extends F> iterable, Function<F,T> f)
           
static
<F,T> Iterator<T>
IteratorUtils.transform(Iterator<? extends F> iter, Function<F,T> f)
           
 

Uses of Function in at.molindo.utils.concurrent
 

Methods in at.molindo.utils.concurrent with parameters of type Function
static
<F,T> Future<T>
FutureUtils.wrap(Future<F> future, Function<F,T> f)
           
 

Uses of Function in at.molindo.utils.data
 

Classes in at.molindo.utils.data that implement Function
static class FunctionUtils.ToString
           
static class FunctionUtils.Trim
           
 

Methods in at.molindo.utils.data that return Function
static
<T> Function<T,String>
FunctionUtils.toStringFunction()
           
static Function<String,String> FunctionUtils.trimFunction()
           
 



Copyright © 2013 Molindo GmbH. All Rights Reserved.