copyWithOffset method

LiftRetVal<T> copyWithOffset(
  1. int offset
)

Implementation

LiftRetVal<T> copyWithOffset(int offset) {
  return LiftRetVal(value, bytesRead + offset);
}