Performer

Functional interface representing a performer that performs an operation on an item.

Parameters

T

the type of the item to perform the operation on

Functions

Link copied to clipboard
abstract fun perform(itemBuilder: T): T