Source Sets Builder
class SourceSetsBuilder(moduleName: String) : ArrayList<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
Functions
addAll
Link copied to clipboard
open override fun addAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
open override fun addAll(index: Int, elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
batchRemove
Link copied to clipboard
open fun batchRemove(p0: MutableCollection<*>, p1: Boolean, p2: Int, p3: Int): Boolean
Content copied to clipboard
checkInvariants
Link copied to clipboard
open fun checkInvariants()
Content copied to clipboard
containsAll
Link copied to clipboard
open override fun containsAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
elementData
Link copied to clipboard
ensureCapacity
Link copied to clipboard
equalsRange
Link copied to clipboard
hashCodeRange
Link copied to clipboard
indexOfRange
Link copied to clipboard
iterator
Link copied to clipboard
open operator override fun iterator(): MutableIterator<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
lastIndexOf
Link copied to clipboard
lastIndexOfRange
Link copied to clipboard
listIterator
Link copied to clipboard
open override fun listIterator(): MutableListIterator<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
open override fun listIterator(index: Int): MutableListIterator<Lazy<DokkaSourceSetImpl>>
Content copied to clipboard
parallelStream
Link copied to clipboard
removeAll
Link copied to clipboard
open override fun removeAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
removeRange
Link copied to clipboard
replaceAll
Link copied to clipboard
open override fun replaceAll(p0: UnaryOperator<Lazy<DokkaSourceSetImpl>>)
Content copied to clipboard
retainAll
Link copied to clipboard
open override fun retainAll(elements: Collection<Lazy<DokkaSourceSetImpl>>): Boolean
Content copied to clipboard
sort
Link copied to clipboard
sourceSet
Link copied to clipboard
fun sourceSet(block: DokkaSourceSetBuilder.() -> Unit): Lazy<DokkaConfiguration.DokkaSourceSet>
Content copied to clipboard
spliterator
Link copied to clipboard
trimToSize
Link copied to clipboard
open fun trimToSize()
Content copied to clipboard