Interface Applicable

All Known Implementing Classes:
Action
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Applicable
Something that can be applied to response
  • Method Summary

    Modifier and Type
    Method
    Description
    org.glassfish.grizzly.http.server.Response
    apply(org.glassfish.grizzly.http.server.Response r)
     
  • Method Details

    • apply

      org.glassfish.grizzly.http.server.Response apply(org.glassfish.grizzly.http.server.Response r)