Class WildcardIndex$

java.lang.Object
org.apache.pekko.util.WildcardIndex$
All Implemented Interfaces:
Serializable

public class WildcardIndex$ extends Object implements Serializable
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.apache.pekko.util.WildcardTree<T>
     
    <T> org.apache.pekko.util.WildcardTree<T>
     
    <T> org.apache.pekko.util.WildcardIndex<T>
    apply(org.apache.pekko.util.WildcardTree<T> wildcardTree, org.apache.pekko.util.WildcardTree<T> doubleWildcardTree)
     
    <T> org.apache.pekko.util.WildcardTree<T>
     
    <T> org.apache.pekko.util.WildcardTree<T>
     
    final String
     
    <T> scala.Option<scala.Tuple2<org.apache.pekko.util.WildcardTree<T>,org.apache.pekko.util.WildcardTree<T>>>
    unapply(org.apache.pekko.util.WildcardIndex<T> x$0)
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • WildcardIndex$

      public WildcardIndex$()
  • Method Details

    • $lessinit$greater$default$1

      public <T> org.apache.pekko.util.WildcardTree<T> $lessinit$greater$default$1()
    • $lessinit$greater$default$2

      public <T> org.apache.pekko.util.WildcardTree<T> $lessinit$greater$default$2()
    • toString

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

      public <T> org.apache.pekko.util.WildcardIndex<T> apply(org.apache.pekko.util.WildcardTree<T> wildcardTree, org.apache.pekko.util.WildcardTree<T> doubleWildcardTree)
    • apply$default$1

      public <T> org.apache.pekko.util.WildcardTree<T> apply$default$1()
    • apply$default$2

      public <T> org.apache.pekko.util.WildcardTree<T> apply$default$2()
    • unapply

      public <T> scala.Option<scala.Tuple2<org.apache.pekko.util.WildcardTree<T>,org.apache.pekko.util.WildcardTree<T>>> unapply(org.apache.pekko.util.WildcardIndex<T> x$0)