Interface Forms.FallbackPredicate

Enclosing class:
Forms
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 static interface Forms.FallbackPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    useFallback(String path, javax.servlet.http.HttpServletRequest request)
     
  • Method Details

    • useFallback

      boolean useFallback(String path, javax.servlet.http.HttpServletRequest request)