Package ai.platon.pulsar.common.lang
Class AbstractChainedFunction1
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.ChainedHandler,ai.platon.pulsar.common.lang.PFunction,ai.platon.pulsar.common.lang.PFunction1,ai.platon.pulsar.common.lang.PHandler
public abstract class AbstractChainedFunction1<T extends Object, R extends Object> extends AbstractPFunction1<T, R> implements ChainedHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractChainedFunction1()
-
Method Summary
Modifier and Type Method Description IntegergetSize()final AbstractChainedFunction1<T, R>addFirst(PFunction1<T, R> handler)final AbstractChainedFunction1<T, R>addFirst(Function1<T, R> handler)final AbstractChainedFunction1<T, R>addLast(PFunction1<T, R> handler)final AbstractChainedFunction1<T, R>addLast(Function1<T, R> handler)Booleanremove(Object handler)Unitclear()Rinvoke(T param)-
Methods inherited from class ai.platon.pulsar.common.lang.AbstractPFunction
getName, getPriority, isRelevant -
Methods inherited from class ai.platon.pulsar.common.lang.ChainedHandler
isEmpty, isNotEmpty -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
addFirst
final AbstractChainedFunction1<T, R> addFirst(PFunction1<T, R> handler)
-
addLast
final AbstractChainedFunction1<T, R> addLast(PFunction1<T, R> handler)
-
-
-
-