com.vinculumtech.platform.util
Interface UnaryFunction
- All Superinterfaces:
- Function
- All Known Implementing Classes:
- BooleanMatchFunction, RegexMatchFunction
- public interface UnaryFunction
- extends Function
UnaryFunction instances are used to perform a function on the given value.
In some situations this may be where a clone is made and returned, or a default value is returned if
the value is null.
- Version:
- $Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/util/UnaryFunction.java#5 $
Method Summary |
java.lang.Object |
execute(java.lang.Object value)
|
execute
public java.lang.Object execute(java.lang.Object value)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.