Interface UncheckedOperation<T>

All Superinterfaces:
Operation<T,RuntimeException>

public interface UncheckedOperation<T> extends Operation<T,RuntimeException>
Convenience version of Operation that does not define a checked exception on its interface.
  • Method Summary

    Modifier and Type
    Method
    Description