eu.lindenbaum.maven.util
Interface CollectionUtils.MapFunction<A,B>

Enclosing class:
CollectionUtils

public static interface CollectionUtils.MapFunction<A,B>

Function that returns a value of type B for an argument of type A.


Method Summary
 B apply(A a)
           
 

Method Detail

apply

B apply(A a)


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.