public void value(T each)
{
result.push(shortFunction.shortValueOf(each));
}
});
return result.toImmutable();
}
public <R extends MutableShortCollection> R collectShort(ShortFunction<? super T> shortFunction, R target)
{
return this.delegate.collectShort(shortFunction, target);