Edit C:\Program Files\Java\jdk1.8.0_121\java\util\stream\TerminalSink.java
/* * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.util.stream; import java.util.function.Supplier; /** * A {@link Sink} which accumulates state as elements are accepted, and allows * a result to be retrieved after the computation is finished. * * @param <T> the type of elements to be accepted * @param <R> the type of the result * * @since 1.8 */ interface TerminalSink<T, R> extends Sink<T>, Supplier<R> { }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de