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

    Modifier and Type
    Method
    Description
    void
    run(V value)
     
  • Method Details

    • run

      void run(V value) throws E1, E2, E3
      Throws:
      E1
      E2
      E3