ElementPredicate<E extends Element> class abstract

Implementers
Available extensions

Constructors

ElementPredicate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

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

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

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

describe() String
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
should(ElementPredicate<E> predicate) ArchTest<Element>

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

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

Operators

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