Package ai.platon.pulsar.common.lang
Class AbstractChainedPDFunction1
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.ChainedHandler,ai.platon.pulsar.common.lang.PDFunction1,ai.platon.pulsar.common.lang.PFunction,ai.platon.pulsar.common.lang.PHandler
public abstract class AbstractChainedPDFunction1<T extends Object, R extends Object> extends AbstractPDFunction1<T, R> implements ChainedHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractChainedPDFunction1()
-
Method Summary
Modifier and Type Method Description IntegergetSize()final AbstractChainedPDFunction1<T, R>addFirst(PDFunction1<T, R> handler)final AbstractChainedPDFunction1<T, R>addFirst(Function1<T, R> handler)final AbstractChainedPDFunction1<T, R>addLast(PDFunction1<T, R> handler)final AbstractChainedPDFunction1<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 AbstractChainedPDFunction1<T, R> addFirst(PDFunction1<T, R> handler)
-
addLast
final AbstractChainedPDFunction1<T, R> addLast(PDFunction1<T, R> handler)
-
-
-
-