Class HttpMethod.Provided

  • All Implemented Interfaces:
    io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,​HttpMethod>, java.io.Serializable, java.util.function.Function<io.hyperfoil.api.session.Session,​HttpMethod>
    Enclosing class:
    HttpMethod

    public static class HttpMethod.Provided
    extends java.lang.Object
    implements io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,​HttpMethod>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Provided​(HttpMethod method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpMethod apply​(io.hyperfoil.api.session.Session o)  
      • 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

      • Provided

        public Provided​(HttpMethod method)
    • Method Detail

      • apply

        public HttpMethod apply​(io.hyperfoil.api.session.Session o)
        Specified by:
        apply in interface java.util.function.Function<io.hyperfoil.api.session.Session,​HttpMethod>