Interface AtomicLatchReference.ConsumerWithException<T,E extends Throwable>

Enclosing class:
AtomicLatchReference<T>

public static interface AtomicLatchReference.ConsumerWithException<T,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
     
  • Method Details

    • accept

      void accept(T t) throws E
      Throws:
      E extends Throwable