Home
last modified time | relevance | path

Searched refs:composeWithExceptions (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractPipeline.java335 : Streams.composeWithExceptions(existingHandler, closeHandler); in onClose()
DStreams.java845 static Runnable composeWithExceptions(Runnable a, Runnable b) { in composeWithExceptions() method