Interface Enquote

All Superinterfaces:
Function<String,String>

public interface Enquote extends Function<String,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    apply(@NotNull String identifier)
     
    static @NotNull Enquote
    of(@NotNull String url)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose