WarningsEffect

class Object
trait Matchable
class Any

Type members

Classlikes

final case class WarningsMessage(value: String) extends AnyVal

Types

Value members

Concrete methods

def discardWarnings[R, U, A](w: Eff[R, A])(implicit m: Aux[Warnings, R, U]): Eff[U, A]
def runWarnings[R, U, A](w: Eff[R, A])(implicit m: Aux[Warnings, R, U]): Eff[U, (A, List[String])]
def warn[R : _warnings](message: String): Eff[R, Unit]

warn the user about something that is probably wrong on his side, this is not a specs2 bug

warn the user about something that is probably wrong on his side, this is not a specs2 bug