Provides Functors and Predicates that operate on Strings.
See: Description
Interface Summary | |
---|---|
FormatValue.Visitor | Interface for classes that may interpret a FormatValue predicate. |
Match.Visitor | Interface for classes that may interpret a Match predicate. |
ParseFormat.Visitor | Interface for classes that may interpret a ParseFormat predicate. |
Class Summary | |
---|---|
FormatValue<T> | Unary Functor that generates a formatted string for a given value. |
Match | Unary Functor that tests a string argument against a given regular expression. |
ParseFormat<R> | Unary Functor that parses a given text format. |