InlineRemove<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
without(
E other) → Iterable< E> -
Available on Iterable<
Returns a new iterable withE> , provided by the InlineRemove extensionotherremoved from this iterable. -
withoutIterable(
Iterable< E> other) → Iterable<E> -
Available on Iterable<
Returns a new iterable with elements fromE> , provided by the InlineRemove extensionotherremoved from this iterable.
Operators
-
operator -(
E other) → Iterable< E> -
Available on Iterable<
Returns a new iterable withE> , provided by the InlineRemove extensionotherremoved from this iterable.