-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.ChainedHandler,ai.platon.pulsar.common.lang.PDFunction2,ai.platon.pulsar.common.lang.PFunction,ai.platon.pulsar.common.lang.PHandler
public abstract class AbstractChainedPDFunction2<T extends Object, T2 extends Object, R extends Object> extends AbstractPDFunction2<T, T2, R> implements ChainedHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractChainedPDFunction2()
-
Method Summary
Modifier and Type Method Description IntegergetSize()StringgetName()IntegergetPriority()BooleangetIsRelevant()BooleangetIsEmpty()BooleangetIsNotEmpty()final AbstractChainedPDFunction2<T, T2, R>addFirst(PDFunction2<T, T2, R> handler)final AbstractChainedPDFunction2<T, T2, R>addFirst(SuspendFunction2<T, T2, R> handler)final AbstractChainedPDFunction2<T, T2, R>addLast(PDFunction2<T, T2, R> handler)final AbstractChainedPDFunction2<T, T2, R>addLast(SuspendFunction2<T, T2, R> handler)Booleanremove(Object handler)Unitclear()Rinvoke(T param, T2 param2)-
-
Method Detail
-
getPriority
Integer getPriority()
-
getIsRelevant
Boolean getIsRelevant()
-
getIsEmpty
Boolean getIsEmpty()
-
getIsNotEmpty
Boolean getIsNotEmpty()
-
addFirst
final AbstractChainedPDFunction2<T, T2, R> addFirst(PDFunction2<T, T2, R> handler)
-
addFirst
final AbstractChainedPDFunction2<T, T2, R> addFirst(SuspendFunction2<T, T2, R> handler)
-
addLast
final AbstractChainedPDFunction2<T, T2, R> addLast(PDFunction2<T, T2, R> handler)
-
addLast
final AbstractChainedPDFunction2<T, T2, R> addLast(SuspendFunction2<T, T2, R> handler)
-
-
-
-