110111112113114115116
} }; } public static LogicalPredicate<String> startsWith(final String value) { return new StartsWithPredicate(value); }