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
-
Method Details
-
get
String get()
-