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