Class MapError$

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

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

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

      Constructors 
      Constructor Description
      MapError$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> MapError<T> apply​(scala.PartialFunction<java.lang.Throwable,​java.lang.Throwable> f)  
      java.lang.String toString()  
      <T> scala.Option<scala.PartialFunction<java.lang.Throwable,​java.lang.Throwable>> unapply​(MapError<T> x$0)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • MapError$

        public MapError$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • apply

        public <T> MapError<T> apply​(scala.PartialFunction<java.lang.Throwable,​java.lang.Throwable> f)
      • unapply

        public <T> scala.Option<scala.PartialFunction<java.lang.Throwable,​java.lang.Throwable>> unapply​(MapError<T> x$0)