public class Pipelines extends Object
pipelines library.| Constructor and Description |
|---|
Pipelines() |
| Modifier and Type | Method and Description |
|---|---|
static void |
acceptInt(IntAcceptor<?> acceptor,
int i) |
static <R> R |
process(File file,
IntAcceptor<R> downstream) |
static <R> R |
process(InputStream inputStream,
IntAcceptor<R> downstream) |
static <A,R> R |
process(Iterable<A> iterable,
Acceptor<A,R> downstream) |
static <R> R |
process(Reader reader,
IntAcceptor<R> downstream) |
public static <R> R process(Reader reader, IntAcceptor<R> downstream) throws IOException
IOExceptionpublic static <R> R process(InputStream inputStream, IntAcceptor<R> downstream) throws IOException
IOExceptionpublic static <R> R process(File file, IntAcceptor<R> downstream) throws IOException
IOExceptionpublic static void acceptInt(IntAcceptor<?> acceptor, int i)
Copyright © 2025. All rights reserved.