Requiring

org.apache.pekko.persistence.postgres.util.ConfigOps.Requiring
final implicit class Requiring[A](val value: A) extends AnyVal

Attributes

Source
ConfigOps.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def requiring(cond: Boolean, msg: => Any): A

Attributes

Source
ConfigOps.scala
def requiring(cond: A => Boolean, msg: => Any): A

Attributes

Source
ConfigOps.scala

Concrete fields

val value: A

Attributes

Source
ConfigOps.scala