Interface Resource<T>

All Superinterfaces:
AutoCloseable, org.dmfs.jems2.Fragile<T,RuntimeException>, org.dmfs.jems2.Single<T>
All Known Implementing Classes:
Derived, Initialized, LazyResource, org.saynotobugs.confidence.junit5.engine.ResourceComposition, SystemOut, TempDir

public interface Resource<T> extends org.dmfs.jems2.Single<T>, AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
  • Method Details