-
MethodDescriptionuse
Element.stream()
.forEach(Consumer)
instead. (Removing this method so Element can implement Iterable, which this signature conflicts with due to the non-void return.)
Element.stream()
.forEach(Consumer)
instead. (Removing this method so Element can implement Iterable, which this signature conflicts with due to the non-void return.)
UncheckedIOException
instead. This class acted as a compatibility shim for Java versions prior to 1.8.