Interface StringSupplier

All Superinterfaces:
Supplier<String>

public interface StringSupplier extends Supplier<String>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Gets a string.
  • Method Details