Interface ToolRun.Visitor

All Superinterfaces:
Consumer<ToolRun>
Enclosing class:
ToolRun

public static interface ToolRun.Visitor extends Consumer<ToolRun>
A consumer of a tool run instance.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Returns a tool run visitor that does nothing.

    Methods inherited from interface java.util.function.Consumer

    accept, andThen
  • Method Details

    • noop

      Returns a tool run visitor that does nothing.
      Returns:
      a tool run visitor that does nothing