Package akka.util

Class OptionVal.Some$

  • Enclosing class:
    OptionVal<A>

    public static class OptionVal.Some$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static OptionVal.Some$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Some$()  
    • Field Detail

      • MODULE$

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

      • Some$

        public Some$()