InlineRemove<E> extension

on

Methods

without(E other) Iterable<E>

Available on Iterable<E>, provided by the InlineRemove extension

Returns a new iterable with other removed from this iterable.
withoutIterable(Iterable<E> other) Iterable<E>

Available on Iterable<E>, provided by the InlineRemove extension

Returns a new iterable with elements from other removed from this iterable.

Operators

operator -(E other) Iterable<E>

Available on Iterable<E>, provided by the InlineRemove extension

Returns a new iterable with other removed from this iterable.