T
- the type of object this condition accepts.Descriptable<T>
public abstract class Join<T> extends Condition<T>
Condition
s.Modifier | Constructor | Description |
---|---|---|
protected |
Join(Iterable<? extends Condition<? super T>> conditions) |
Creates a new
Join . |
protected |
Join(Condition<? super T>... conditions) |
Creates a new
Join . |
Modifier and Type | Method | Description |
---|---|---|
protected Collection<Condition<? super T>> |
conditions() |
Returns the conditions to join.
|
as, as, describedAs, describedAs, description, matches, toString
@SafeVarargs protected Join(Condition<? super T>... conditions)
Join
.conditions
- the conditions to join.NullPointerException
- if the given array is null
.NullPointerException
- if any of the elements in the given array is null
.protected Join(Iterable<? extends Condition<? super T>> conditions)
Join
.conditions
- the conditions to join.NullPointerException
- if the given iterable is null
.NullPointerException
- if any of the elements in the given iterable is null
.protected final Collection<Condition<? super T>> conditions()
Copyright © 2014–2019. All rights reserved.