MaelstromRuntime

com.bilalfazlani.zioMaelstrom.MaelstromRuntime$package$.MaelstromRuntime$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def live(settings: Settings, inputStream: ZLayer[Logger, Nothing, InputStream], initContext: Option[Context]): ZLayer[Any, Nothing, MaelstromRuntime]
def live(settings: Settings): ZLayer[Any, Nothing, MaelstromRuntime]
def usingContext(context: Context): ZLayer[Any, Nothing, MaelstromRuntime]
def usingContext(context: Context, settings: Settings): ZLayer[Any, Nothing, MaelstromRuntime]
def usingFile(path: Path): ZLayer[Any, Nothing, MaelstromRuntime]
def usingFile(path: Path, settings: Settings): ZLayer[Any, Nothing, MaelstromRuntime]
def usingFile(path: Path, context: Context): ZLayer[Any, Nothing, MaelstromRuntime]
def usingFile(path: Path, settings: Settings, context: Context): ZLayer[Any, Nothing, MaelstromRuntime]

Concrete fields

val live: ZLayer[Any, Nothing, MaelstromRuntime]