Interface IDetectBrowserFontFormat

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 IDetectBrowserFontFormat
Interface used to detect the browser format.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(ua_parser.Client client)
    Detection for match.
  • Method Details

    • matches

      boolean matches(ua_parser.Client client)
      Detection for match.
      Parameters:
      client - The parsed client.
      Returns:
      true for match.