yarfraw.mapping
Interface Functor<ReturnType,ArgType,ExceptionType extends Exception>

All Known Subinterfaces:
ToAtom10Channel, ToChannelAtom03, ToChannelAtom10, ToChannelRss10, ToChannelRss20, ToRss10Channel, ToRss10ChannelItem, ToRss20Channel
All Known Implementing Classes:
ToAtom10ChannelImpl, ToChannelAtom03Impl, ToChannelAtom10Impl, ToChannelRss10Impl, ToChannelRss20Impl, ToRss10ChannelImpl, ToRss10ChannelItemImpl, ToRss20ChannelImpl

public interface Functor<ReturnType,ArgType,ExceptionType extends Exception>

A functor class.

Author:
jliang

Method Summary
 ReturnType execute(ArgType arg)
           
 

Method Detail

execute

ReturnType execute(ArgType arg)
                   throws ExceptionType extends Exception
Throws:
ExceptionType extends Exception


Copyright © 2008. All Rights Reserved.