def apply[T]()

in tormenta-avro/src/main/scala/com/twitter/tormenta/scheme/avro/InjectionScheme.scala [25:29]


  def apply[T](inj: Injection[T, Array[Byte]]): InjectionScheme[T] =
    new InjectionScheme[T](inj)
}

class InjectionScheme[T](inj: Injection[T, Array[Byte]]) extends Scheme[T] {