public abstract class NameProviderFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static @NotNull com.google.common.base.Function<NameProvider,String> |
getName()
Deprecated.
since 5.10 use
NameProvider.getName() |
static com.google.common.base.Predicate<NameProvider> |
hasEqualName(@NotNull String name)
Deprecated.
since 5.10 use
isNameEqual(String) |
static @NotNull Predicate<NameProvider> |
isNameEqual(@NotNull NameProvider other) |
static @NotNull Predicate<NameProvider> |
isNameEqual(@Nullable String other) |
static com.google.common.base.Predicate<NameProvider> |
isNameIn(@NotNull Collection<String> names) |
@Deprecated @NotNull public static @NotNull com.google.common.base.Function<NameProvider,String> getName()
NameProvider.getName()
@Deprecated @NotNull public static com.google.common.base.Predicate<NameProvider> hasEqualName(@NotNull @NotNull String name)
isNameEqual(String)
@NotNull public static @NotNull Predicate<NameProvider> isNameEqual(@Nullable @Nullable String other)
@NotNull public static @NotNull Predicate<NameProvider> isNameEqual(@NotNull @NotNull NameProvider other)
@NotNull public static com.google.common.base.Predicate<NameProvider> isNameIn(@NotNull @NotNull Collection<String> names)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences