| Interface and Description |
|---|
| io.atlassian.fugue.deprecated.Function2
since 2.4 use BiFunction instead
|
| Class and Description |
|---|
| io.atlassian.fugue.deprecated.Throwables
since 2.4, no need in Java7 with closeWithResources and
multi-catch
|
| Method and Description |
|---|
| io.atlassian.fugue.deprecated.Function2.apply(A, B)
since 2.4 use BiFunction instead
|
| io.atlassian.fugue.deprecated.Throwables.propagate(Throwable, Class<R>)
since 2.4, no need in Java7 with closeWithResources and
multi-catch
|
| io.atlassian.fugue.deprecated.Throwables.propagate(Throwable, Function<Throwable, R>)
since 2.4, no need in Java7 with closeWithResources and
multi-catch
|
Copyright © 2018 Atlassian. All rights reserved.