ZLambdaRunner

class Object
trait Matchable
class Any

Value members

Concrete methods

def serve[R, IN : JsonDecoder, OUT : JsonEncoder, ERR <: Throwable](appFunction: (IN, Context) => ZIO[R, ERR, OUT]): RIO[R, Unit]
def serveRaw[R](rawFunction: (String, Context) => ZIO[R, Throwable, String]): RIO[R, Unit]