Interface Operation<T,E extends Throwable>

Type Parameters:
T - the return type of the perform operation
E - the type of Throwable that can be thrown from perform.
All Known Subinterfaces:
UncheckedOperation<T>
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 Operation<T,E extends Throwable>
Interface for operations carried out by services on behalf of plugins
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details