Package ai.platon.pulsar.common.lang
Class AbstractPDFunction2
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.PDFunction2,ai.platon.pulsar.common.lang.PFunction,ai.platon.pulsar.common.lang.PHandler
public abstract class AbstractPDFunction2<T extends Object, T2 extends Object, R extends Object> extends AbstractPFunction implements PDFunction2<T, T2, R>
-
-
Constructor Summary
Constructors Constructor Description AbstractPDFunction2()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class ai.platon.pulsar.common.lang.AbstractPFunction
getName, getPriority, isRelevant -
Methods inherited from class ai.platon.pulsar.common.lang.PDFunction2
invoke -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-