Interface INamedFunctor

  • All Superinterfaces:
    IFunctor

    public interface INamedFunctor
    extends IFunctor
    An IFunctor that can be identified via a unique id.
    • Method Detail

      • getId

        java.lang.String getId()
        A unique id for the IFunctor.
        Returns:
        A unique id for the IFunctor.