public class CapabilityPredicates extends Object
Constructor and Description |
---|
CapabilityPredicates() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Capability> |
capabilityKeyStartsWith(String prefix)
Get a predicate that returns true for
Capability which key starts with given prefix |
public static com.google.common.base.Predicate<Capability> capabilityKeyStartsWith(@NotNull String prefix)
Capability
which key starts with given prefixprefix
- prefix to be matched in Capability
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.