org.iqual.chaplin
Class ElementSelector<E,S>
java.lang.Object
org.iqual.chaplin.ElementSelector<E,S>
- All Implemented Interfaces:
- ReplyTransformer<Iterable<E>,S>
public abstract class ElementSelector<E,S>
- extends Object
- implements ReplyTransformer<Iterable<E>,S>
- Since:
- 21.11.2009 14:04:08
- Author:
- Zbynek Slajchrt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementSelector
public ElementSelector()
transform
public Object transform(Iterable<E> reply,
S source)
- Specified by:
transform in interface ReplyTransformer<Iterable<E>,S>
- Parameters:
reply - the reply being returned to the invokersource - the message source (invoker)
- Returns:
- the transformed reply
selected
protected abstract boolean selected(E element,
S source)
Copyright © 2009 iquality.org. All Rights Reserved.