Interface ManageableResourceSelector<R extends ManageableResource>

  • Type Parameters:
    R - the type of ManageableResources returned by the selector
    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 ManageableResourceSelector<R extends ManageableResource>
    Represents a function that selects ManageableResources resource(s). Code adapted from Function.
    Author:
    emmartins