Interceptor

interface Interceptor

Created by ZhangTao on 17/8/1.

Functions

Link copied to clipboard
abstract fun initFlowTask(context: Context, digraph: Digraph)
Link copied to clipboard
abstract fun <T> interception(clazz: Class<T>?, vararg params: Any?): T?