Interface Supplier<T>

All Known Implementing Classes:
SampleNameFilterSupplier

public interface Supplier<T>
Replacement for Java 8's java.util.function.Supplier for compatibility with Java versions < 8.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()