Interface UrlFilter

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1

    
    public interface UrlFilter
     implements Function1<String, String>
                        

    The interface of url filter.

    A url filter is a function that takes a url and returns a filtered url.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Function1

        invoke
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail