Package org.apache.pekko.util
Class WildcardIndex$
java.lang.Object
org.apache.pekko.util.WildcardIndex$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WildcardIndex$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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 String
toString()
<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$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
-
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)
-