public interface

UncheckedOperation

implements Operation<T, E extends Throwable>
com.atlassian.bitbucket.util.UncheckedOperation<T>

Class Overview

Convenience version of Operation that does not define a checked exception on its interface.

Summary

Public Methods
T perform()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.util.Operation

Public Methods

public T perform ()