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

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl
    apply(boolean enabled, org.slf4j.event.Level level, scala.Option<org.slf4j.Logger> logger)
     
    final String
     
    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, 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 Details

    • MODULE$

      public static final LogOptions.LogOptionsImpl$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • LogOptionsImpl$

      public LogOptionsImpl$()
  • Method Details

    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function3<Object,org.slf4j.event.Level,scala.Option<org.slf4j.Logger>,org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl>
      Overrides:
      toString in class scala.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,scala.Option<org.slf4j.Logger>>> unapply(org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl x$0)