Package 

Interface PDFunction0

  • All Implemented Interfaces:
    ai.platon.pulsar.common.lang.PFunction

    
    public interface PDFunction0<R extends Object>
     implements PFunction
                        
    • Method Summary

      Modifier and Type Method Description
      abstract R invoke()
      abstract String getName()
      abstract Integer getPriority()
      abstract Boolean getIsRelevant()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait