com.vinculumtech.platform.util
Interface NullaryFunction
- All Superinterfaces:
- Function
- public interface NullaryFunction
- extends Function
NullaryFunction instances are used to perform a function. Typically useful for anonymous
inner classes.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/util/NullaryFunction.java#4 $
Method Summary |
java.lang.Object |
execute()
|
execute
public java.lang.Object execute()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.