Interface AgentFunction

  • All Implemented Interfaces:
    java.util.function.BiFunction

    
    public interface AgentFunction<I extends Object, O extends Object>
     implements BiFunction<I, ProcessOptions, O>
                        

    Reusable AgentFunction. Allows use of AgentPlatform as a function from I to O, with different process options.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract AgentScope getAgentScope()
      abstract Class<O> getOutputClass()
      • Methods inherited from class java.util.function.BiFunction

        andThen, apply
      • Methods inherited from class java.lang.Object

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