Processor

interface Processor<T, R>(source)

处理器,针对于一个目标进行处理的函数。

Author

ForteScarlet

Inheritors

Functions

Link copied to clipboard
abstract suspend fun process(target: T): R

对目标进行处理, 并得到一个结果。