Interface Action

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 Action
A functional interface that simply encapsulates a callback action of any kind, allowing the action to fail with an XPathException.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform the action