Interface TextUnit.Predicate

  • Enclosing interface:
    TextUnit

    public static interface TextUnit.Predicate
    Type to be satisfied when implementing a TextUnit predicate for filtering characters in a Page.
    • Method Detail

      • test

        boolean test​(TextUnit ch)
        Return true if the given character should be included in the page being extracted.