public void value(T each)
{
result.push(byteFunction.byteValueOf(each));
}
});
return result.toImmutable();
}
public <R extends MutableByteCollection> R collectByte(ByteFunction<? super T> byteFunction, R target)
{
return this.delegate.collectByte(byteFunction, target);