containsAll method

bool containsAll(
  1. JCollection<JObject?>? collection
)

from: public abstract boolean containsAll(java.util.Collection<?> collection)

Implementation

core$_.bool containsAll(
  JCollection<jni$_.JObject?>? collection,
) {
  final _$collection = collection?.reference ?? jni$_.jNullReference;
  return _containsAll(
          reference.pointer, _id_containsAll.pointer, _$collection.pointer)
      .boolean;
}