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

Enclosing class:
CollectionUtils

public static interface CollectionUtils.FoldFunction<A,B>

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


Method Summary
 B apply(A a, B acc)
           
 

Method Detail

apply

B apply(A a,
        B acc)


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.