typedrest
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
typedrest
typedrest
/
net.typedrest.links
/
AggregateLinkExtractor
Aggregate
Link
Extractor
class
AggregateLinkExtractor
(
extractors
:
LinkExtractor
)
:
LinkExtractor
Combines the results of multiple
LinkExtractor
s.
Members
Constructors
Aggregate
Link
Extractor
Link copied to clipboard
constructor
(
vararg
extractors
:
LinkExtractor
)
Functions
get
Links
Link copied to clipboard
open
override
fun
getLinks
(
response
:
Response
)
:
List
<
Link
>
Extracts links from the
response
.