Package com.biglybt.core.internat
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 withjava.util.function.Supplier<String>
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get()
-