org.semanticweb.elk.util.collections
Interface Operations.Functor<I,O>

All Known Subinterfaces:
Operations.FunctorEx<I,O>
Enclosing class:
Operations

public static interface Operations.Functor<I,O>

A simple object that transforms objects of type I to objects of type O

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Method Summary
 O apply(I element)
           
 

Method Detail

apply

O apply(I element)


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.