Class EmptyProps


  • public class EmptyProps
    extends java.lang.Object
    The empty configuration node, used as a terminator for the internally linked list of each Props.
    • Constructor Detail

      • EmptyProps

        public EmptyProps()
    • Method Detail

      • next

        public static scala.runtime.Nothing$ next()
      • withNext

        public static Props withNext​(Props next)
      • productPrefix

        public static java.lang.String productPrefix()
      • productArity

        public static int productArity()
      • productElement

        public static java.lang.Object productElement​(int x$1)
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • canEqual

        public static boolean canEqual​(java.lang.Object x$1)
      • hashCode

        public static int hashCode()
      • toString

        public static java.lang.String toString()
      • equals

        public abstract static boolean equals​(java.lang.Object that)
      • withDispatcherDefault

        public static Props withDispatcherDefault()
      • withDispatcherFromConfig

        public static Props withDispatcherFromConfig​(java.lang.String path)
      • firstOrElse

        public static <T extends Props> T firstOrElse​(T default_,
                                                      scala.reflect.ClassTag<T> evidence$1)
      • allOf

        public static <T extends Props> scala.collection.immutable.List<Props> allOf​(scala.reflect.ClassTag<T> evidence$2)
      • filterNot

        public static <T extends PropsProps filterNot​(scala.reflect.ClassTag<T> evidence$3)