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