| Modifier and Type | Method and Description |
|---|---|
static <A> ITransducer<A,A> |
Fns.keepIndexed(BiFunction<Long,A,A> f)
Creates a transducer that transforms a reducing function by applying a
function to each input and processing the resulting value, ignoring values
that are null.
|
Copyright © 2014. All rights reserved.