Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.format
/
FormatSpecification
Format
Specification
@
JvmInline
value
class
FormatSpecification
(
val
specifications
:
Set
<
Specification
>
)
Members
Constructors
Format
Specification
Link copied to clipboard
constructor
(
specifications
:
Set
<
Specification
>
)
constructor
(
vararg
specifications
:
Specification
)
Properties
specifications
Link copied to clipboard
val
specifications
:
Set
<
Specification
>
Functions
conforms
To
Link copied to clipboard
fun
conformsTo
(
specification
:
Specification
)
:
Boolean
conforms
To
All
Link copied to clipboard
fun
conformsToAll
(
specifications
:
Collection
<
Specification
>
)
:
Boolean
fun
conformsToAll
(
vararg
specifications
:
Specification
)
:
Boolean
conforms
To
Any
Link copied to clipboard
fun
conformsToAny
(
specifications
:
Collection
<
Specification
>
)
:
Boolean
fun
conformsToAny
(
vararg
specifications
:
Specification
)
:
Boolean
plus
Link copied to clipboard
operator
fun
plus
(
specifications
:
Collection
<
Specification
>
)
:
FormatSpecification
operator
fun
plus
(
specification
:
Specification
)
:
FormatSpecification