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

com.oneeyedmen.kSera.actions.kt Maven / Gradle / Ivy

The newest version!
package com.oneeyedmen.kSera

import org.jmock.api.Invocation

fun  returnValue(value: R): TypedAction = ReturnAction(value)

fun  throwException(x: T): TypedAction = ThrowAction(x)

fun  invoke(name: String, lambda: (Invocation) -> R) = InvokeAction(name, lambda)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy