Class Collect$

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

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

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

      Constructors 
      Constructor Description
      Collect$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <In,​Out>
      Collect<In,​Out>
      apply​(scala.PartialFunction<In,​Out> pf)
      INTERNAL API
      scala.Function1<java.lang.Object,​java.lang.Object> NotApplied()  
      <In,​Out>
      scala.Option<scala.PartialFunction<In,​Out>>
      unapply​(Collect<In,​Out> 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 Collect$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Collect$

        public Collect$()
    • Method Detail

      • NotApplied

        public final scala.Function1<java.lang.Object,​java.lang.Object> NotApplied()
      • apply

        public <In,​Out> Collect<In,​Out> apply​(scala.PartialFunction<In,​Out> pf)
        INTERNAL API
        Parameters:
        pf - (undocumented)
        Returns:
        (undocumented)
      • unapply

        public <In,​Out> scala.Option<scala.PartialFunction<In,​Out>> unapply​(Collect<In,​Out> x$0)