Interface AgentStepFunction<T>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface AgentStepFunction<T>
    Created by rafael on 8/26/17.
    • Method Summary

      Modifier and Type Method Description
      void AgentStepFunction​(T agent)  
    • Method Detail

      • AgentStepFunction

        void AgentStepFunction​(T agent)