All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.eventengine.Transition.kt Maven / Gradle / Ivy

package com.pubnub.internal.eventengine

internal fun > transition(
    state: S,
    event: EV,
): Pair> = state.transition(event)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy