Package com.atlassian.bamboo.utils
Interface BambooClosures.ThrowingX<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
-
- All Known Subinterfaces:
BambooClosures.NotThrowing<V>
,BambooClosures.Throwing1<V,E1>
,BambooClosures.Throwing2<V,E1,E2>
,BambooClosures.Throwing3<V,E1,E2,E3>
- Enclosing interface:
- BambooClosures
public static interface BambooClosures.ThrowingX<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(V value)
-