Package org.apache.pekko.util
Class Helpers.Requiring$
java.lang.Object
org.apache.pekko.util.Helpers.Requiring$
- Enclosing class:
- Helpers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Helpers.Requiring$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <A> booleanequals$extension(Helpers.Requiring<A> $this, Object x$1) final <A> inthashCode$extension(Helpers.Requiring<A> $this) final <A> Arequiring$extension(Helpers.Requiring<A> $this, boolean cond, scala.Function0<Object> msg) final <A> Arequiring$extension(Helpers.Requiring<A> $this, scala.Function1<A, Object> cond, scala.Function0<Object> msg)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Requiring$
public Requiring$()
-
-
Method Details
-
requiring$extension
public final <A> A requiring$extension(Helpers.Requiring<A> $this, boolean cond, scala.Function0<Object> msg) -
requiring$extension
public final <A> A requiring$extension(Helpers.Requiring<A> $this, scala.Function1<A, Object> cond, scala.Function0<Object> msg) -
hashCode$extension
-
equals$extension
-