Class QueryRemoteResourceSupplier

    • Method Summary

      Modifier and Type Method Description
      java.util.Optional<QueryResource> apply​(java.lang.String s)  
      static QueryRemoteResourceSupplier forUrls​(java.util.Map<java.lang.String,​java.lang.String> urlsByType)  
      static QueryRemoteResourceSupplier forUrlsWrapped​(java.util.Map<java.lang.String,​java.lang.String> urlsByType, java.util.function.Function<QueryResource,​QueryResource> wrapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Method Detail

      • apply

        public java.util.Optional<QueryResource> apply​(java.lang.String s)
        Specified by:
        apply in interface java.util.function.Function<java.lang.String,​java.util.Optional<QueryResource>>