Package akka.util

Class Helpers.Requiring$

  • Enclosing class:
    Helpers

    public static class Helpers.Requiring$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final Helpers.Requiring$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Requiring$

        public Requiring$()
    • Method Detail

      • requiring$extension0

        public final <A> A requiring$extension0​(Helpers.Requiring<A> $this,
                                                boolean cond,
                                                scala.Function0<java.lang.Object> msg)
        Check that a condition is true. If true, return value, otherwise throw an IllegalArgumentException with the given message.

        Parameters:
        cond - The condition to check.
        msg - The message to report if the condition isn't met.
        $this - (undocumented)
        Returns:
        (undocumented)
      • requiring$extension1

        public final <A> A requiring$extension1​(Helpers.Requiring<A> $this,
                                                scala.Function1<A,​java.lang.Object> cond,
                                                scala.Function0<java.lang.Object> msg)
        Check that a condition is true for the value. If true, return value, otherwise throw an IllegalArgumentException with the given message.

        Parameters:
        cond - The function used to check the value.
        msg - The message to report if the condition isn't met.
        $this - (undocumented)
        Returns:
        (undocumented)
      • hashCode$extension

        public final <A> int hashCode$extension​(Helpers.Requiring<A> $this)
      • equals$extension

        public final <A> boolean equals$extension​(Helpers.Requiring<A> $this,
                                                  java.lang.Object x$1)