Package akka.event
Class Logging.LogLevel$
- java.lang.Object
-
- scala.runtime.AbstractFunction1<java.lang.Object,Logging.LogLevel>
-
- akka.event.Logging.LogLevel$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function1<java.lang.Object,Logging.LogLevel>
- Enclosing class:
- Logging
public static class Logging.LogLevel$ extends scala.runtime.AbstractFunction1<java.lang.Object,Logging.LogLevel> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Logging.LogLevel$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LogLevel$()
-
Method Summary
-
Methods inherited from class scala.runtime.AbstractFunction1
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose
-
-
-
-
Field Detail
-
MODULE$
public static final Logging.LogLevel$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function1<java.lang.Object,Logging.LogLevel>
- Overrides:
toString
in classscala.runtime.AbstractFunction1<java.lang.Object,Logging.LogLevel>
-
apply
public Logging.LogLevel apply(int asInt)
-
unapply
public scala.Option<java.lang.Object> unapply(Logging.LogLevel x$0)
-
$greater$eq$extension
public final boolean $greater$eq$extension(Logging.LogLevel $this, Logging.LogLevel other)
-
$less$eq$extension
public final boolean $less$eq$extension(Logging.LogLevel $this, Logging.LogLevel other)
-
$greater$extension
public final boolean $greater$extension(Logging.LogLevel $this, Logging.LogLevel other)
-
$less$extension
public final boolean $less$extension(Logging.LogLevel $this, Logging.LogLevel other)
-
copy$extension
public final Logging.LogLevel copy$extension(Logging.LogLevel $this, int asInt)
-
copy$default$1$extension
public final int copy$default$1$extension(Logging.LogLevel $this)
-
productPrefix$extension
public final java.lang.String productPrefix$extension(Logging.LogLevel $this)
-
productArity$extension
public final int productArity$extension(Logging.LogLevel $this)
-
productElement$extension
public final java.lang.Object productElement$extension(Logging.LogLevel $this, int x$1)
-
productIterator$extension
public final scala.collection.Iterator<java.lang.Object> productIterator$extension(Logging.LogLevel $this)
-
canEqual$extension
public final boolean canEqual$extension(Logging.LogLevel $this, java.lang.Object x$1)
-
productElementName$extension
public final java.lang.String productElementName$extension(Logging.LogLevel $this, int x$1)
-
hashCode$extension
public final int hashCode$extension(Logging.LogLevel $this)
-
equals$extension
public final boolean equals$extension(Logging.LogLevel $this, java.lang.Object x$1)
-
toString$extension
public final java.lang.String toString$extension(Logging.LogLevel $this)
-
-