Interface InlineStyles.StylePredicate

Enclosing class:
InlineStyles

public static interface InlineStyles.StylePredicate
A predicate over a style, used by #allInRange.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(TextStyle style)
    Returns true when style satisfies the predicate.
  • Method Details

    • test

      boolean test(TextStyle style)
      Returns true when style satisfies the predicate.