com.vinculumtech.platform.util
Interface BinaryFunction
- All Superinterfaces:
- Function
- public interface BinaryFunction
- extends Function
BinaryFunction instances are used to perform a function on the given values.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/util/BinaryFunction.java#2 $
Method Summary |
java.lang.Object |
execute(java.lang.Object lhs,
java.lang.Object rhs)
|
execute
public java.lang.Object execute(java.lang.Object lhs,
java.lang.Object rhs)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.