CombiningElementSelector<E extends Element, O extends Element> class

Inheritance
Available extensions

Constructors

CombiningElementSelector(ElementSelector<E, O> first, ElementSelector<E, O> second)

Properties

first ElementSelector<E, O>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second ElementSelector<E, O>
final

Methods

and<F extends Element>(ElementPredicate<F> other) ElementPredicate<F>

Available on ElementPredicate<E>, provided by the ElementPredicateExtension extension

and(ElementSelector<E, O> other) ElementSelector<E, O>

Available on ElementSelector<E, O>, provided by the ElementSelectorExtension extension

cast<F extends Element>() ElementPredicate<F>

Available on ElementPredicate<E>, provided by the ElementPredicateExtension extension

describe() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or<F extends Element>(ElementPredicate<F> other) ElementPredicate<F>

Available on ElementPredicate<E>, provided by the ElementPredicateExtension extension

satisfies(E element) bool
inherited
select(List<E> elements) List<O>
override
should(ElementPredicate<E> predicate) ArchTest<Element>

Available on ElementPredicate<E>, provided by the ElementPredicateExtension extension

that(ElementPredicate<O> filter) ElementSelector<E, O>

Available on ElementSelector<E, O>, provided by the ElementSelectorExtension extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited