Interface DocRefServiceSupplier

  • All Superinterfaces:
    java.util.function.Function<java.lang.String,​java.util.Optional<DocRefService>>
    All Known Implementing Classes:
    DocRefRemoteServiceSupplier

    public interface DocRefServiceSupplier
    extends java.util.function.Function<java.lang.String,​java.util.Optional<DocRefService>>
    Interface that supplies instances of doc ref service given the 'type'
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose