Class WidenedInterceptor$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class WidenedInterceptor$
    extends java.lang.Object
    implements scala.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static WidenedInterceptor$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <O,​I>
      WidenedInterceptor<O,​I>
      apply​(scala.PartialFunction<O,​I> matcher)
      INTERNAL API
      <O,​I>
      scala.Option<scala.PartialFunction<O,​I>>
      unapply​(WidenedInterceptor<O,​I> x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final WidenedInterceptor$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • WidenedInterceptor$

        public WidenedInterceptor$()
    • Method Detail

      • apply

        public <O,​I> WidenedInterceptor<O,​I> apply​(scala.PartialFunction<O,​I> matcher)
        INTERNAL API
        Parameters:
        matcher - (undocumented)
        Returns:
        (undocumented)
      • unapply

        public <O,​I> scala.Option<scala.PartialFunction<O,​I>> unapply​(WidenedInterceptor<O,​I> x$0)