Uses of Interface
org.movealong.sly.app.Runner
-
-
Uses of Runner in org.movealong.sly.app
Methods in org.movealong.sly.app with type parameters of type Runner Modifier and Type Method Description static <R,F extends com.jnape.palatable.lambda.functor.Functor<?,F>,FR extends com.jnape.palatable.lambda.functor.Functor<R,F>,A extends Runner<R,F,FR>>
FRApp. run(com.jnape.palatable.lambda.functions.specialized.Kleisli<App,A,com.jnape.palatable.lambda.io.IO<?>,com.jnape.palatable.lambda.io.IO<A>> application)Runs an application in the form of an application function that yields nRunnerthat produces aFunctorthat bears the ultimate return type.Methods in org.movealong.sly.app that return Runner Modifier and Type Method Description static <A,F extends com.jnape.palatable.lambda.functor.Functor<?,F>,FA extends com.jnape.palatable.lambda.functor.Functor<A,F>>
Runner<A,F,FA>Runner. runner(Runner<A,F,FA> runner)A convenience method for correctly typing a lambda as anRunner.Methods in org.movealong.sly.app with parameters of type Runner Modifier and Type Method Description static <A,F extends com.jnape.palatable.lambda.functor.Functor<?,F>,FA extends com.jnape.palatable.lambda.functor.Functor<A,F>>
Runner<A,F,FA>Runner. runner(Runner<A,F,FA> runner)A convenience method for correctly typing a lambda as anRunner.
-