Package ai.platon.pulsar.common.lang
Class AbstractPFunction1
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.PFunction,ai.platon.pulsar.common.lang.PFunction1,ai.platon.pulsar.common.lang.PHandler
public abstract class AbstractPFunction1<T extends Object, R extends Object> extends AbstractPFunction implements PFunction1<T, R>
-
-
Constructor Summary
Constructors Constructor Description AbstractPFunction1()
-
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.PFunction1
invoke -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-