eu.monnetproject.lemon.conversions.lmf
Interface CollectionFunctions.FoldFunction<F,E>

Enclosing class:
CollectionFunctions

public static interface CollectionFunctions.FoldFunction<F,E>

A single abstract method interface for a function of arity 2:1


Method Summary
 F f(F f, E e)
           
 

Method Detail

f

F f(F f,
    E e)


Copyright © 2012. All Rights Reserved.