net.sf.asyncobjects.util.callbacks
Class MapperAdapter.InternalMapperAdapter
java.lang.Object
net.sf.asyncobjects.AsyncUnicastServer<AMapper<I,O>>
net.sf.asyncobjects.util.callbacks.MapperAdapter.InternalMapperAdapter
- All Implemented Interfaces:
- AsyncObject, ExplicitSharing, AMapper<I,O>
- Enclosing class:
- MapperAdapter<I,O>
public final class MapperAdapter.InternalMapperAdapter
- extends AsyncUnicastServer<AMapper<I,O>>
- implements AMapper<I,O>
An internal class that addapt Adapter calss to asynchronous interface.
- Author:
- const
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
public Promise<O> map(I value)
- Description copied from interface:
AMapper
- Map a value
- Specified by:
map
in interface AMapper<I,O>
- Parameters:
value
- a value to map
- Returns:
- a promise for mapped value
- See Also:
AMapper.map(java.lang.Object)
Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.