BufferTransform

fun interface BufferTransform<T, R>

Type alias for buffer transformations.

Inheritors

Functions

Link copied to clipboard
abstract fun transform(arg: Buffer<T>): Buffer<R>