org.codehaus.groovy.grails.commons.metaclass
Interface FunctionCallback


public interface FunctionCallback

Interface for code that returns a value based on an input object.

Author:
Marc Palmer (marc@anyware.co.uk)

Method Summary
 Object execute(Object object)
           
 

Method Detail

execute

Object execute(Object object)


Copyright (c) 2005-2006 The Grails project