Package org.apache.pekko.util
Class WildcardIndex$
java.lang.Object
org.apache.pekko.util.WildcardIndex$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final WildcardIndex$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<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 StringtoString()<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) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
WildcardIndex$public WildcardIndex$()
 
- 
- 
Method Details- 
$lessinit$greater$default$1public <T> org.apache.pekko.util.WildcardTree<T> $lessinit$greater$default$1()
- 
$lessinit$greater$default$2public <T> org.apache.pekko.util.WildcardTree<T> $lessinit$greater$default$2()
- 
toString
- 
applypublic <T> org.apache.pekko.util.WildcardIndex<T> apply(org.apache.pekko.util.WildcardTree<T> wildcardTree, org.apache.pekko.util.WildcardTree<T> doubleWildcardTree) 
- 
apply$default$1public <T> org.apache.pekko.util.WildcardTree<T> apply$default$1()
- 
apply$default$2public <T> org.apache.pekko.util.WildcardTree<T> apply$default$2()
- 
unapplypublic <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) 
 
-