@Synchronized fun remove(value: T): ConsumableStream<T>
Copies the stream but removes all consumables equal to the provided value.
value - the value to remove.
value
Return a new consumable stream with the matching values removed.