-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.lang.PFunction
public interface PFunction0<R extends Object> implements PFunction
-
-
Method Summary
Modifier and Type Method Description abstract Rinvoke()abstract StringgetName()abstract IntegergetPriority()abstract BooleangetIsRelevant()-
-
Method Detail
-
getPriority
abstract Integer getPriority()
-
getIsRelevant
abstract Boolean getIsRelevant()
-
-
-
-