Class IProvider.ProvidedValueFunction

  • All Implemented Interfaces:
    java.util.function.Function<IProvider<PQuery>,​PQuery>
    Enclosing interface:
    IProvider<T>

    public static final class IProvider.ProvidedValueFunction
    extends java.lang.Object
    implements java.util.function.Function<IProvider<PQuery>,​PQuery>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PQuery apply​(IProvider<PQuery> input)  
      • 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
    • Constructor Detail

      • ProvidedValueFunction

        public ProvidedValueFunction()