Package org.apache.pekko.actor.typed
Class LogOptions.LogOptionsImpl$
java.lang.Object
scala.runtime.AbstractFunction3<Object,org.slf4j.event.Level,scala.Option<org.slf4j.Logger>,org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl>
org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
- All Implemented Interfaces:
Serializable,scala.Function3<Object,org.slf4j.event.Level, scala.Option<org.slf4j.Logger>, org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl>
- Enclosing class:
- LogOptions
public static class LogOptions.LogOptionsImpl$
extends scala.runtime.AbstractFunction3<Object,org.slf4j.event.Level,scala.Option<org.slf4j.Logger>,org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogOptions.LogOptionsImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.typed.LogOptions.LogOptionsImplapply(boolean enabled, org.slf4j.event.Level level, scala.Option<org.slf4j.Logger> logger) final StringtoString()scala.Option<scala.Tuple3<Object,org.slf4j.event.Level, scala.Option<org.slf4j.Logger>>> unapply(org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LogOptionsImpl$
public LogOptionsImpl$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<Object,org.slf4j.event.Level, scala.Option<org.slf4j.Logger>, org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl> - Overrides:
toStringin classscala.runtime.AbstractFunction3<Object,org.slf4j.event.Level, scala.Option<org.slf4j.Logger>, org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl>
-
apply
public org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl apply(boolean enabled, org.slf4j.event.Level level, scala.Option<org.slf4j.Logger> logger) -
unapply
public scala.Option<scala.Tuple3<Object,org.slf4j.event.Level, unapplyscala.Option<org.slf4j.Logger>>> (org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl x$0)
-