Package | Description |
---|---|
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
static void |
Throwables.perform(java.io.File against,
Throwables.FileOpType opType,
Throwables.DiscreteAction<? extends java.io.IOException>... actions) |
static <E extends java.lang.Exception> |
Throwables.perform(java.util.stream.Stream<? extends Throwables.DiscreteAction<? extends E>> stream,
Throwables.DiscreteAction<? extends E>... extra) |
static void |
Throwables.perform(java.lang.String filePath,
Throwables.FileOpType opType,
Throwables.DiscreteAction<? extends java.io.IOException>... actions) |
static <E extends java.lang.Exception> |
Throwables.perform(Throwables.DiscreteAction<? extends E>... actions) |
static java.lang.Throwable |
Throwables.perform(java.lang.Throwable accumulate,
java.lang.String filePath,
Throwables.FileOpType opType,
Throwables.DiscreteAction<? extends java.io.IOException>... actions) |
static java.lang.Throwable |
Throwables.perform(java.lang.Throwable accumulate,
Throwables.DiscreteAction<?>... actions) |
Modifier and Type | Method and Description |
---|---|
static <E extends java.lang.Exception> |
Throwables.perform(java.util.stream.Stream<? extends Throwables.DiscreteAction<? extends E>> stream,
Throwables.DiscreteAction<? extends E>... extra) |
static <E extends java.lang.Exception> |
Throwables.perform(java.util.stream.Stream<Throwables.DiscreteAction<? extends E>> actions) |
static java.lang.Throwable |
Throwables.perform(java.lang.Throwable accumulate,
java.util.Iterator<? extends Throwables.DiscreteAction<?>> actions) |
static java.lang.Throwable |
Throwables.perform(java.lang.Throwable accumulate,
java.util.stream.Stream<? extends Throwables.DiscreteAction<?>> actions) |
static java.lang.Throwable |
Throwables.perform(java.lang.Throwable accumulate,
java.lang.String filePath,
Throwables.FileOpType opType,
java.util.stream.Stream<Throwables.DiscreteAction<? extends java.io.IOException>> actions) |
Copyright © 2015 The Apache Software Foundation