org.databene.commons
Interface Operation<I,O>

All Known Implementing Classes:
AndOperation, ArrayIntersectionOperation, FirstArgSelector, FirstNonNullSelector, MaxNumberStringOperation, MaxOperation, MinNumberStringOperation, MinOperation, OrOperation

public interface Operation<I,O>

Abstraction for operations on an arbitrary number of objects of type I which yield a result of type O.

Created: 03.08.2007 06:58:26


Method Summary
 O perform(I... args)
           
 

Method Detail

perform

O perform(I... args)


Copyright © 2010. All Rights Reserved.