| Added Methods |
(Funnel<Iterable<? extends E>>) sequentialFunnel(Funnel<E>)
|
Returns a funnel that processes an {@code Iterable} by funneling its elements in iteration
order with the specified funnel. |
Funnel<CharSequence> stringFunnel(Charset)
|
Returns a funnel that encodes the characters of a {@code CharSequence} with the specified
{@code Charset}. |
Funnel<CharSequence> stringFunnel()
|
Returns a funnel that extracts the characters from a {@code CharSequence}. |
Funnel<CharSequence> unencodedCharsFunnel()
|
Returns a funnel that extracts the characters from a {@code CharSequence}, a character at a
time, without performing any encoding. |