Class Types.DeriveMethod<ApplyResult>

  • All Implemented Interfaces:
    IFunction
    Enclosing interface:
    Types

    public abstract static class Types.DeriveMethod<ApplyResult>
    extends java.lang.Object
    implements IFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      DeriveMethod()  
    • Method Summary

      Modifier and Type Method Description
      abstract ApplyResult call​(java.lang.Object... params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeriveMethod

        public DeriveMethod()
    • Method Detail

      • call

        public abstract ApplyResult call​(java.lang.Object... params)