Interface FilterFunction

All Known Implementing Classes:
AbstractFilterFunction, DefaultFilterFunction, RegexFilterFunction
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 FilterFunction
Marker interface for a filter function.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String filter)
    Parses the supplied string representation of a filter.