|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.TypeIntersector
public class TypeIntersector
| Constructor Summary | |
|---|---|
TypeIntersector()
|
|
| Method Summary | |
|---|---|
static KotlinType |
intersectTypes(KotlinTypeChecker typeChecker,
java.util.Set<KotlinType> types)
|
static boolean |
isIntersectionEmpty(KotlinType typeA,
KotlinType typeB)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeIntersector()
| Method Detail |
|---|
public static boolean isIntersectionEmpty(@NotNull
KotlinType typeA,
@NotNull
KotlinType typeB)
@Nullable
public static KotlinType intersectTypes(@NotNull
KotlinTypeChecker typeChecker,
@NotNull
java.util.Set<KotlinType> types)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||