| Package | Description |
|---|---|
| jenkins.scm.impl.form |
| Modifier and Type | Method and Description |
|---|---|
static <E> NamedArrayList.Predicate<E> |
NamedArrayList.allOf(NamedArrayList.Predicate<? super E>... predicates)
Combines
NamedArrayList.Predicate instances using a boolean short-circuit logical AND. |
static <E> NamedArrayList.Predicate<E> |
NamedArrayList.anyOf(NamedArrayList.Predicate<E>... predicates)
Combines
NamedArrayList.Predicate instances using a boolean short-circuit logical OR. |
static <A extends Annotation> |
NamedArrayList.withAnnotation(Class<A> annotation)
Returns a
NamedArrayList.Predicate that checks if the object class has been annotated with the supplied
annotation. |
| Modifier and Type | Method and Description |
|---|---|
static <E> NamedArrayList.Predicate<E> |
NamedArrayList.allOf(NamedArrayList.Predicate<? super E>... predicates)
Combines
NamedArrayList.Predicate instances using a boolean short-circuit logical AND. |
static <E> NamedArrayList.Predicate<E> |
NamedArrayList.anyOf(NamedArrayList.Predicate<E>... predicates)
Combines
NamedArrayList.Predicate instances using a boolean short-circuit logical OR. |
static <E> void |
NamedArrayList.select(List<? extends E> source,
String name,
NamedArrayList.Predicate<? super E> selector,
boolean removeSelectedFromSource,
List<NamedArrayList<? extends E>> destination)
Helper method that creates a new
NamedArrayList by selecting matching elements from a source list
and appends the new NamedArrayList to a list of NamedArrayList. |
static <E> void |
NamedArrayList.select(List<? extends E> source,
String name,
NamedArrayList.Predicate<? super E> selector,
boolean removeSelectedFromSource,
List<NamedArrayList<? extends E>> destination,
int index)
Helper method that creates a new
NamedArrayList by selecting matching elements from a source list
and appends the new NamedArrayList to a list of NamedArrayList. |
Copyright © 2016–2019. All rights reserved.