be<E extends Element> function

ElementPredicate<E> be<E extends Element>(
  1. ElementPropertyAcessor<E, bool> accessor
)

Implementation

ElementPredicate<E> be<E extends Element>(
    ElementPropertyAcessor<E, bool> accessor) {
  return BeElementPredicate(accessor);
}