Interface IApply.EmptyResult<T>

All Superinterfaces:
IApply
Enclosing interface:
IApply

public static interface IApply.EmptyResult<T> extends IApply
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.github.ushiosan23.jvm.functions.apply.IApply

    IApply.EmptyResult<T>, IApply.WithResult<T,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T element)
    Apply configuration to the object and return it as a result
  • Method Details

    • run

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