sdk-common / com.tomtom.online.sdk.common.functional / StringPredicates / endsWith

endsWith

static fun endsWith(@NonNull suffix: String): Predicate<String!>!

Returns a predicate checking if a String ends with the given suffix.

Parameters

suffix - String: each String passed to the predicate needs to have this suffix.

Return
Predicate<String!>!: instance of Predicate.