Package akka.cluster.metrics
Class TryNative$
- java.lang.Object
 - 
- akka.cluster.metrics.TryNative$
 
 
- 
public class TryNative$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TryNative$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TryNative$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> scala.util.Try<T>apply(scala.Function0<T> r) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TryNative$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -