Toggle table of contents
0.13.0-SNAPSHOT
Select version
0.13.0-SNAPSHOT
0.12.5
jvm
Platform filter
jvm
Switch theme
Search in API
modulecheck-api
/
modulecheck.api.context
/
MustBeApi
Must
Be
Api
data
class
MustBeApi
(
val
delegate
:
Set
<
InheritedDependencyWithSource
>
)
:
Set
<
InheritedDependencyWithSource
>
,
ProjectContext.Element
(
source
)
Members
Constructors
Must
Be
Api
Link copied to clipboard
constructor
(
delegate
:
Set
<
InheritedDependencyWithSource
>
)
Types
Key
Link copied to clipboard
object
Key
:
ProjectContext.Key
<
MustBeApi
>
Properties
delegate
Link copied to clipboard
private
val
delegate
:
Set
<
InheritedDependencyWithSource
>
key
Link copied to clipboard
open
override
val
key
:
ProjectContext.Key
<
MustBeApi
>
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
InheritedDependencyWithSource
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
InheritedDependencyWithSource
>
)
:
Boolean
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
InheritedDependencyWithSource
>