Interface StringSupplier


public interface StringSupplier
Provides a String. Implementation note: When BiglyBT-android project is at least minimum API level 24 then this can be replaced with java.util.function.Supplier<String>.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details