createReloadable

fun <T : Any, U : Any> createReloadable(event: FabricEvent<U>, adapter: (T) -> U, callback: (List<T>) -> T): Event<T>