SetExtensions<T> extension

Provides extended methods for Set.

Set用の拡張メソッドを提供します。

on

Methods

containsAll(Iterable<Object?> elements) bool
Returns true if Set contains all elements.
containsAny(Iterable<Object?> elements) bool
Returns true if Set contains any of elements.
equalsTo(Set<T> others) bool
Returns true if the internals of Set and others are compared and match.