public class FeedDownloader extends Object implements java.util.function.Function<URL,List<com.sun.syndication.feed.synd.SyndEntry>>
The implemented Function.apply(Object) is annotated with
SuppressWarnings due to an absence of generic types in
SyndFeed
| Constructor and Description |
|---|
FeedDownloader() |
| Modifier and Type | Method and Description |
|---|---|
List<com.sun.syndication.feed.synd.SyndEntry> |
apply(URL url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic List<com.sun.syndication.feed.synd.SyndEntry> apply(URL url)
apply in interface java.util.function.Function<URL,List<com.sun.syndication.feed.synd.SyndEntry>>Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.