public interface BuildableStringFunction<T> extends BuildableComparableFunction<T,java.lang.String>
String
result, and
supports building derived functional types.Modifier and Type | Method and Description |
---|---|
default BuildableToIntFunction<T> |
length()
Returns a function that maps the length of the extracted strings.
|
default BuildablePredicate<T> |
startsWith(java.lang.String prefix)
Returns a predicate that tests the strings generated by
this to see
if they start with the supplied constant string. |
asComparator, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo
identity, is
default BuildableToIntFunction<T> length()
default BuildablePredicate<T> startsWith(java.lang.String prefix)
this
to see
if they start with the supplied constant string.prefix
- constant prefix string