Package kotlin.jvm.internal
Class TypeIntrinsics
java.lang.Object
kotlin.jvm.internal.TypeIntrinsics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collectionstatic CollectionasMutableCollection(Object obj, String message) static IterableasMutableIterable(Object obj) static IterableasMutableIterable(Object obj, String message) static IteratorasMutableIterator(Object obj) static IteratorasMutableIterator(Object obj, String message) static ListasMutableList(Object obj) static ListasMutableList(Object obj, String message) static ListIteratorstatic ListIteratorasMutableListIterator(Object obj, String message) static MapasMutableMap(Object obj) static MapasMutableMap(Object obj, String message) static Map.EntryasMutableMapEntry(Object obj) static Map.EntryasMutableMapEntry(Object obj, String message) static SetasMutableSet(Object obj) static SetasMutableSet(Object obj, String message) static ObjectbeforeCheckcastToFunctionOfArity(Object obj, int arity) static ObjectbeforeCheckcastToFunctionOfArity(Object obj, int arity, String message) static CollectioncastToCollection(Object obj) static IterablecastToIterable(Object obj) static IteratorcastToIterator(Object obj) static ListcastToList(Object obj) static ListIteratorcastToListIterator(Object obj) static Mapstatic Map.EntrycastToMapEntry(Object obj) static Setstatic intgetFunctionArity(Object obj) static booleanisFunctionOfArity(Object obj, int arity) static booleanstatic booleanisMutableIterable(Object obj) static booleanisMutableIterator(Object obj) static booleanisMutableList(Object obj) static booleanstatic booleanisMutableMap(Object obj) static booleanisMutableMapEntry(Object obj) static booleanisMutableSet(Object obj) static ClassCastExceptionstatic voidstatic void
-
Constructor Details
-
TypeIntrinsics
public TypeIntrinsics()
-
-
Method Details
-
throwCce
-
throwCce
-
throwCce
-
isMutableIterator
-
asMutableIterator
-
asMutableIterator
-
castToIterator
-
isMutableListIterator
-
asMutableListIterator
-
asMutableListIterator
-
castToListIterator
-
isMutableIterable
-
asMutableIterable
-
asMutableIterable
-
castToIterable
-
isMutableCollection
-
asMutableCollection
-
asMutableCollection
-
castToCollection
-
isMutableList
-
asMutableList
-
asMutableList
-
castToList
-
isMutableSet
-
asMutableSet
-
asMutableSet
-
castToSet
-
isMutableMap
-
asMutableMap
-
asMutableMap
-
castToMap
-
isMutableMapEntry
-
asMutableMapEntry
-
asMutableMapEntry
-
castToMapEntry
-
getFunctionArity
-
isFunctionOfArity
-
beforeCheckcastToFunctionOfArity
-
beforeCheckcastToFunctionOfArity
-