A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
F
- Facet - class in org.readium.r2.shared.opds
- failure(Failure) - function in org.readium.r2.shared.util.Try.Companion
- Returns the encapsulated Throwable exception if this instance represents failure or null if it is success.
- FailureResource - class in org.readium.r2.shared.fetcher
- Creates a Resource that will always return the given error.
- fallback(Resource,Function1) - function in org.readium.r2.shared.fetcher.ResourceKt
- Falls back to alternative resources when the receiver fails.
- fallback(Resource,Resource) - function in org.readium.r2.shared.fetcher.ResourceKt
- Falls back to the given alternative resource when the receiver fails.
- FallbackResource - class in org.readium.r2.shared.fetcher
- Resource that will act as a proxy to a fallback resource if the originalResource errors out.
- Feed - class in org.readium.r2.shared.opds
- fetch(HttpRequest) - function in org.readium.r2.shared.util.http.HttpClient
- Fetches the resource from the given request.
- fetch(HttpRequest) - function in org.readium.r2.shared.util.http.HttpClient
- Fetches the resource from the given request.
- Fetcher - class in org.readium.r2.shared.fetcher
- Provides access to a Resource from a Link.
- Fetcher.Companion - class in org.readium.r2.shared.fetcher.Fetcher
- fetchJSONObject(HttpClient,HttpRequest) - function in org.readium.r2.shared.util.http.HttpClientKt
- Fetches the resource from the given request as a JSONObject.
- fetchString(HttpClient,HttpRequest,Charset) - function in org.readium.r2.shared.util.http.HttpClientKt
- Fetches the resource from the given request as a String.
- fetchWithDecoder(HttpClient,HttpRequest,Function1) - function in org.readium.r2.shared.util.http.HttpClientKt
- Fetches the resource from the given request before decoding it with the provided decoder.
- FileAsset - class in org.readium.r2.shared.publication.asset
- Represents a publication stored as a file on the local file system.
- FileFetcher - class in org.readium.r2.shared.fetcher
- Provides access to resources on the local file system.
- FileFetcher.FileResource - class in org.readium.r2.shared.fetcher.FileFetcher
- FileKt - class in org.readium.r2.shared.extensions
- fillInStackTrace() - function in kotlin.Publication.OpeningException.IncorrectCredentials
- fillInStackTrace() - function in kotlin.Resource.Exception.Cancelled
- fillInStackTrace() - function in kotlin.Resource.Exception.Offline
- fillInStackTrace() - function in kotlin.SearchException.Cancelled
- fillInStackTrace() - function in kotlin.SearchException.PublicationNotSearchable
- fillInStackTrace() - function in kotlin.Throwable
- filterByMediaType(List,MediaType) - function in org.readium.r2.shared.publication.LinkKt
- Finds all the links matching the given media type.
- filterByMediaTypes(List,List) - function in org.readium.r2.shared.publication.LinkKt
- Finds all the links matching any of the given media types.
- filterByRel(List,String) - function in org.readium.r2.shared.publication.LinkKt
- Finds all the links with the given relation.
- findAllWithRole(Map,String) - function in org.readium.r2.shared.publication.PublicationCollectionKt
- findRanges(String,SearchService.Options,String,Locale) - function in org.readium.r2.shared.publication.services.search.StringSearchService.Algorithm
- Finds all the ranges of occurrences of the given query in the text.
- findRanges(String,SearchService.Options,String,Locale) - function in org.readium.r2.shared.publication.services.search.StringSearchService.IcuAlgorithm
- Finds all the ranges of occurrences of the given query in the text.
- findRanges(String,SearchService.Options,String,Locale) - function in org.readium.r2.shared.publication.services.search.StringSearchService.NaiveAlgorithm
- Finds all the ranges of occurrences of the given query in the text.
- findService(KClass) - function in org.readium.r2.shared.publication.Publication
- Returns the first publication service that is an instance of serviceType.
- findService(KClass) - function in org.readium.r2.shared.publication.PublicationServicesHolder
- Returns the first publication service that is an instance of serviceType.
- findServices(KClass) - function in org.readium.r2.shared.publication.Publication
- Returns all the publication services that are instances of serviceType.
- findServices(KClass) - function in org.readium.r2.shared.publication.PublicationServicesHolder
- Returns all the publication services that are instances of serviceType.
- firstNamedOrNull(List,String) - function in org.readium.r2.shared.util.HrefKt
- firstWithHref(List,String) - function in org.readium.r2.shared.publication.LinkKt
- Finds the first link matching the given HREF.
- firstWithMediaType(List,MediaType) - function in org.readium.r2.shared.publication.LinkKt
- Finds the first link matching the given media type.
- firstWithRel(List,String) - function in org.readium.r2.shared.publication.LinkKt
- Finds the first link with the given relation.
- firstWithRole(Map,String) - function in org.readium.r2.shared.publication.PublicationCollectionKt
- FIXED - enum entry in org.readium.r2.shared.publication.epub.EpubLayout
- flatMap(Try,Function1) - function in org.readium.r2.shared.util.TryKt
- flatMapCatching(TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.fetcher/ResourceTry///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=org.readium.r2.shared.util/Try///PointingToDeclaration/, projections=[, ], presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),Function1) - function in org.readium.r2.shared.fetcher.ResourceKt
- FloatKt - class in org.readium.r2.shared.extensions
- FlowKt - class in org.readium.r2.shared.extensions
- fold(Function1,Function1) - function in org.readium.r2.shared.util.Try
- Returns the result of onSuccess for the encapsulated value if this instance represents success or the result of onFailure function for the encapsulated Throwable exception if it is failure.
- fold(Function1,Function1) - function in org.readium.r2.shared.util.Try
- Returns the result of onSuccess for the encapsulated value if this instance represents success or the result of onFailure function for the encapsulated Throwable exception if it is failure.
- fold(Function1,Function1) - function in org.readium.r2.shared.util.Try
- Returns the result of onSuccess for the encapsulated value if this instance represents success or the result of onFailure function for the encapsulated Throwable exception if it is failure.
- Font - enum entry in org.readium.r2.shared.Injectable
- fontFamily - enum entry in org.readium.r2.shared.ReadiumCSSName
- fontOverride - enum entry in org.readium.r2.shared.ReadiumCSSName
- fontSize - enum entry in org.readium.r2.shared.ReadiumCSSName
- Forbidden - enum entry in org.readium.r2.shared.util.http.HttpException.Kind
(403) The server refuses the action, probably because we don't have the necessary permissions.
- forEach(Consumer) - function in kotlin.collections.Iterable
- forEach(Function1) - function in org.readium.r2.shared.publication.services.search.SearchIterator
- Performs the given operation on each result page of this SearchIterator.
- from(String) - function in org.readium.r2.shared.util.Accessibility.PrimaryAccessMode.Companion
- from(String) - function in org.readium.r2.shared.util.Availability.State.Companion
- from(String) - function in org.readium.r2.shared.util.ContentLayout.Companion
- from(String) - function in org.readium.r2.shared.util.DRM.Brand.Companion
- from(String) - function in org.readium.r2.shared.util.DRM.Scheme.Companion
- from(String) - function in org.readium.r2.shared.util.EpubLayout.Companion
- from(String) - function in org.readium.r2.shared.util.Injectable.Companion
- from(K) - function in org.readium.r2.shared.util.MapCompanion
- from(K) - function in org.readium.r2.shared.util.MapWithDefaultCompanion
- from(String) - function in org.readium.r2.shared.util.Presentation.Fit.Companion
- from(String) - function in org.readium.r2.shared.util.Presentation.Orientation.Companion
- from(String) - function in org.readium.r2.shared.util.Presentation.Overflow.Companion
- from(String) - function in org.readium.r2.shared.util.Presentation.Page.Companion
- from(String) - function in org.readium.r2.shared.util.Presentation.Spread.Companion
- from(String) - function in org.readium.r2.shared.util.ReadingProgression.Companion
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.opds.Acquisition.Companion
- Creates an Acquisition from its JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.opds.Availability.Companion
- Creates an Availability from its JSON representation.
- fromJSON(JSONObject) - function in org.readium.r2.shared.opds.Copies.Companion
- Creates an Copies from its JSON representation.
- fromJSON(JSONObject) - function in org.readium.r2.shared.opds.Holds.Companion
- Creates an Holds from its JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.opds.Price.Companion
- Creates an Price from its JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.Accessibility.Certification.Companion
- Parses a Certification from its RWPM JSON representation.
- fromJSON(Object) - function in org.readium.r2.shared.publication.Accessibility.Companion
- Parses a Accessibility from its RWPM JSON representation.
- fromJSON(Object,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Contributor.Companion
- Parses a Contributor from its RWPM JSON representation.
- fromJSON(JSONObject,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Link.Companion
- Creates an Link from its RWPM JSON representation.
- fromJSON(Object,WarningLogger) - function in org.readium.r2.shared.publication.LocalizedString.Companion
- Parses a LocalizedString from its RWPM JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.Locator.Companion
- fromJSON(JSONObject) - function in org.readium.r2.shared.publication.Locator.Locations.Companion
- fromJSON(JSONObject) - function in org.readium.r2.shared.publication.Locator.Text.Companion
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.LocatorCollection.Companion
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.LocatorCollection.Metadata.Companion
- fromJSON(JSONObject,Boolean,WarningLogger) - function in org.readium.r2.shared.publication.Manifest.Companion
- Parses a Manifest from its RWPM JSON representation.
- fromJSON(JSONObject,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Metadata.Companion
- Parses a Metadata from its RWPM JSON representation.
- fromJSON(JSONObject) - function in org.readium.r2.shared.publication.Properties.Companion
- Creates a Properties from its RWPM JSON representation.
- fromJSON(JSONObject,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={}))) - function in org.readium.r2.shared.publication.Publication.Companion
- fromJSON(Object,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.PublicationCollection.Companion
- Parses a PublicationCollection from its RWPM JSON representation.
- fromJSON(Object,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Subject.Companion
- Parses a Subject from its RWPM JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.archive.ArchiveProperties.Companion
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.encryption.Encryption.Companion
- Creates an Encryption from its RWPM JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.html.DomRange.Companion
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.publication.html.DomRange.Point.Companion
- fromJSON(JSONObject) - function in org.readium.r2.shared.publication.presentation.Presentation.Companion
- Creates a Properties from its RWPM JSON representation.
- fromJSON(JSONObject,WarningLogger) - function in org.readium.r2.shared.util.http.ProblemDetails.Companion
- Creates a ProblemDetails from its JSON representation.
- fromJSONArray(JSONArray,WarningLogger) - function in org.readium.r2.shared.opds.Acquisition.Companion
- Creates a list of Acquisition from its JSON representation.
- fromJSONArray(JSONArray) - function in org.readium.r2.shared.publication.Accessibility.AccessMode.Companion
- Creates a list of AccessMode from its RWPM JSON representation.
- fromJSONArray(JSONArray) - function in org.readium.r2.shared.publication.Accessibility.Feature.Companion
- Creates a list of Feature from its RWPM JSON representation.
- fromJSONArray(JSONArray) - function in org.readium.r2.shared.publication.Accessibility.Hazard.Companion
- Creates a list of Hazard from its RWPM JSON representation.
- fromJSONArray(JSONArray) - function in org.readium.r2.shared.publication.Accessibility.PrimaryAccessMode.Companion
- Creates a list of PrimaryAccessMode from its RWPM JSON representation.
- fromJSONArray(Object,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Contributor.Companion
- Creates a list of Contributor from its RWPM JSON representation.
- fromJSONArray(JSONArray,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Link.Companion
- Creates a list of Link from its RWPM JSON representation.
- fromJSONArray(JSONArray,WarningLogger) - function in org.readium.r2.shared.publication.Locator.Companion
- fromJSONArray(Object,TypeAliased(typeAlias=GenericTypeConstructor(dri=org.readium.r2.shared.publication/LinkHrefNormalizer///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={})),WarningLogger) - function in org.readium.r2.shared.publication.Subject.Companion
- Creates a list of Subject from its RWPM JSON representation.
- fromLevel(Integer) - function in org.readium.r2.shared.util.MemoryObserver.Level.Companion
- fromPath(String,ArchiveFactory) - function in org.readium.r2.shared.fetcher.ArchiveFetcher.Companion
- fromString(String) - function in org.readium.r2.shared.publication.Publication.EXTENSION.Companion
- fromStrings(Map) - function in org.readium.r2.shared.publication.LocalizedString.Companion
- Shortcut to create a LocalizedString using a map of translations indexed by the BCP 47 language tag.
- FuelPromiseExtensionKt - class in org.readium.r2.shared
- FXL - enum entry in org.readium.r2.shared.publication.Publication.TYPE