Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
inline fun <R : Any> readCatching(block: () -> R): Either<ReadError, R>
Link copied to clipboard
fun NioFileChannel.setPosition(fileDelta: Long, whence: Whence = Whence.SET): Either<ChannelPositionError, Long>
Link copied to clipboard
inline fun <R : Any> writeCatching(block: () -> R): Either<WriteError, R>