org.databene.commons.operation
Class FirstArgSelector<E>

java.lang.Object
  extended by org.databene.commons.operation.FirstArgSelector<E>
All Implemented Interfaces:
Operation<E,E>

public class FirstArgSelector<E>
extends java.lang.Object
implements Operation<E,E>

Returns the first argument as the operation result.

Created: 03.08.2007 07:17:31

Author:
Volker Bergmann

Constructor Summary
FirstArgSelector()
           
 
Method Summary
 E perform(E... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstArgSelector

public FirstArgSelector()
Method Detail

perform

public E perform(E... args)
Specified by:
perform in interface Operation<E,E>


Copyright © 2010. All Rights Reserved.