transitionx / in.arunkumarsampath.transitionx.transition / TransitionBuilder / unaryPlus

unaryPlus

inline operator fun String.unaryPlus(): Unit

Add a target identified by targetName to this transition.

See Also

Transition.addTarget

inline operator fun <reified Type> Type.unaryPlus(): Unit

Add targets of type Type to this transition

See Also

Transition.addTarget

inline operator fun View.unaryPlus(): Unit

Add a target View to this transition.

See Also

Transition.addTarget