Interface CurrentUser.VoidUserTask

Enclosing class:
CurrentUser
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 static interface CurrentUser.VoidUserTask
Functional interface for a task during which a certain user should be used.
Since:
2.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the task.