com.vinculumtech.platform.util
Interface TernaryFunction

All Superinterfaces:
Function

public interface TernaryFunction
extends Function

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/util/TernaryFunction.java#1 $

Method Summary
 java.lang.Object execute(java.lang.Object first, java.lang.Object second, java.lang.Object third)
           
 

Method Detail

execute

public java.lang.Object execute(java.lang.Object first,
                                java.lang.Object second,
                                java.lang.Object third)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.