Package ai.platon.pulsar.common.lang
Class AbstractChainedFunction2
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.ChainedHandler,ai.platon.pulsar.common.lang.PFunction,ai.platon.pulsar.common.lang.PFunction2,ai.platon.pulsar.common.lang.PHandler
public abstract class AbstractChainedFunction2<T extends Object, T2 extends Object, R extends Object> extends AbstractPFunction2<T, T2, R> implements ChainedHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractChainedFunction2()
-
Method Summary
Modifier and Type Method Description IntegergetSize()final AbstractChainedFunction2<T, T2, R>addFirst(PFunction2<T, T2, R> handler)final AbstractChainedFunction2<T, T2, R>addFirst(Function2<T, T2, R> handler)final AbstractChainedFunction2<T, T2, R>addLast(PFunction2<T, T2, R> handler)final AbstractChainedFunction2<T, T2, R>addLast(Function2<T, T2, R> handler)Booleanremove(Object handler)Unitclear()Rinvoke(T param, T2 param2)-
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 AbstractChainedFunction2<T, T2, R> addFirst(PFunction2<T, T2, R> handler)
-
addLast
final AbstractChainedFunction2<T, T2, R> addLast(PFunction2<T, T2, R> handler)
-
-
-
-