Unclaimed project
Are you a maintainer of MultiType? Claim this project to take control of your public changelog and roadmap.
com.drakeet.multitype:multitype:4.0.0

MultiTypeAdapter#register(ItemViewBinder)Type for Types to hold datawithKotlinClassLinker for OneToManyEndpointItemViewBinder#adapterItems to get or set the items of the associated MultiTypeAdapterMultiTypeAdapter#items from List<*> to List<Any>ItemViewBinder to public (#245)payloads parameter of ItemViewBinder#onBindViewHolder(holder, item, payloads) to be of List<Any> typeclazz parameter of MultiTypeAdapter#register(...) from Class<? extends T> to Class<T>Items classPreconditions classMultiTypePool to MutableTypesKClassLinker to KotlinClassLinkerClassLinker to JavaClassLinkerOneToManyEndpoint#withKClassLinker(...) method to withKotlinClassLinkerOneToManyEndpoint#withClassLinker(...) method to withJavaClassLinker