akka.dispatch
Class CachingConfig.ValuePathEntry$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<java.lang.Object,java.lang.Object,com.typesafe.config.Config,CachingConfig.ValuePathEntry>
      extended by akka.dispatch.CachingConfig.ValuePathEntry$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<java.lang.Object,java.lang.Object,com.typesafe.config.Config,CachingConfig.ValuePathEntry>
Enclosing class:
CachingConfig

public static class CachingConfig.ValuePathEntry$
extends scala.runtime.AbstractFunction3<java.lang.Object,java.lang.Object,com.typesafe.config.Config,CachingConfig.ValuePathEntry>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static CachingConfig.ValuePathEntry$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
CachingConfig.ValuePathEntry$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

public static final CachingConfig.ValuePathEntry$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

CachingConfig.ValuePathEntry$

public CachingConfig.ValuePathEntry$()