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 Detail

      • get

        java.lang.String get()