
commonTest.com.toxicbakery.kfinstatemachine.EnergyTransition.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kfin Show documentation
Show all versions of kfin Show documentation
Kotlin library for creating finite state machines.
The newest version!
package com.toxicbakery.kfinstatemachine
sealed class EnergyTransition {
object Store : EnergyTransition()
object Release : EnergyTransition()
object InvalidTransition : EnergyTransition()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy