Yamlayer

yamlayer.Yamlayer
See theYamlayer companion object
final class Yamlayer[-RIn, +E, +ROut](nodes: Vector[Node])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def -[E1 >: E, RIn1 <: RIn, RIn2, ROut1 >: ROut, ROut2 <: Has[_]](layer: ZLayer[RIn2, E1, ROut2])(implicit tagIn: Tag[RIn2], tagOut: Tag[ROut2]): Yamlayer[RIn1 & RIn2, E1, ROut1 & ROut2]
def composeAll: ZLayer[Any, E, ROut]