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