Interface AgentToString<T extends AgentBase>

  • 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 AgentToString<T extends AgentBase>
    Created by rafael on 8/19/17.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String AtoS​(T agent)  
    • Method Detail

      • AtoS

        java.lang.String AtoS​(T agent)