Interface IApply.EmptyResult<T>

  • All Superinterfaces:
    IApply
    Enclosing interface:
    IApply

    public static interface IApply.EmptyResult<T>
    extends IApply
    • Method Detail

      • run

        void run​(T element)
        Apply configuration to the object and return it as a result
        Parameters:
        element - Object to which the action applies