public interface UncheckedOperation<T> extends Operation<T,RuntimeException>
Operation
that does not define a checked exception on its interface.Modifier and Type | Method and Description |
---|---|
T |
perform() |
T perform()
perform
in interface Operation<T,RuntimeException>
Copyright © 2019 Atlassian. All rights reserved.