Package com.atlassian.bamboo.utils
Class NameProviderFunctions
java.lang.Object
com.atlassian.bamboo.utils.NameProviderFunctions
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Predicate<NameProvider>
isNameEqual
(@NotNull NameProvider other) static @NotNull Predicate<NameProvider>
isNameEqual
(@Nullable String other) static @NotNull Predicate<NameProvider>
isNameIn
(@NotNull Collection<String> names)
-
Method Details
-
isNameEqual
@NotNull public static @NotNull Predicate<NameProvider> isNameEqual(@Nullable @Nullable String other) -
isNameEqual
@NotNull public static @NotNull Predicate<NameProvider> isNameEqual(@NotNull @NotNull NameProvider other) -
isNameIn
@NotNull public static @NotNull Predicate<NameProvider> isNameIn(@NotNull @NotNull Collection<String> names)
-