All Downloads are FREE. Search and download functionalities are using the official Maven repository.

simpleivr.SayIvrCommandInterpreter.scala Maven / Gradle / Ivy

package simpleivr

import cats.effect.IO


trait SayIvrCommandInterpreter extends IvrCommand.Interpreter[IO] {
  def sayer: Set[DTMF] => Sayable => IO[Option[DTMF]]

  override def say(sayable: Sayable, interruptDtmfs: Set[DTMF]) =
    sayer(interruptDtmfs).apply(sayable)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy