BufferTransform

fun interface BufferTransform<T, R>(source)

Type alias for buffer transformations.

Inheritors

Functions

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