Class LogOptions.LogOptionsImpl$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<java.lang.Object,​org.slf4j.event.Level,​scala.Option<org.slf4j.Logger>,​akka.actor.typed.LogOptions.LogOptionsImpl>
    Enclosing class:
    LogOptions

    public static class LogOptions.LogOptionsImpl$
    extends scala.runtime.AbstractFunction3<java.lang.Object,​org.slf4j.event.Level,​scala.Option<org.slf4j.Logger>,​akka.actor.typed.LogOptions.LogOptionsImpl>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LogOptionsImpl$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.actor.typed.LogOptions.LogOptionsImpl apply​(boolean enabled, org.slf4j.event.Level level, scala.Option<org.slf4j.Logger> logger)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.Object,​org.slf4j.event.Level,​scala.Option<org.slf4j.Logger>>> unapply​(akka.actor.typed.LogOptions.LogOptionsImpl x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, 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 LogOptions.LogOptionsImpl$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LogOptionsImpl$

        public LogOptionsImpl$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<java.lang.Object,​org.slf4j.event.Level,​scala.Option<org.slf4j.Logger>,​akka.actor.typed.LogOptions.LogOptionsImpl>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<java.lang.Object,​org.slf4j.event.Level,​scala.Option<org.slf4j.Logger>,​akka.actor.typed.LogOptions.LogOptionsImpl>
      • apply

        public akka.actor.typed.LogOptions.LogOptionsImpl apply​(boolean enabled,
                                                                org.slf4j.event.Level level,
                                                                scala.Option<org.slf4j.Logger> logger)
      • unapply

        public scala.Option<scala.Tuple3<java.lang.Object,​org.slf4j.event.Level,​scala.Option<org.slf4j.Logger>>> unapply​(akka.actor.typed.LogOptions.LogOptionsImpl x$0)