Package org.jclouds
Class Fallbacks
- java.lang.Object
-
- org.jclouds.Fallbacks
-
public final class Fallbacks extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Fallbacks.AbsentOn403Or404Or500
static class
Fallbacks.EmptyFluentIterableOnNotFoundOr404
static class
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
static class
Fallbacks.EmptyListOnNotFoundOr404
static class
Fallbacks.EmptyMapOnNotFoundOr404
static class
Fallbacks.EmptyMultimapOnNotFoundOr404
static class
Fallbacks.EmptyPagedIterableOnNotFoundOr404
static class
Fallbacks.EmptySetOnNotFoundOr404
static class
Fallbacks.FalseOnNotFoundOr404
static class
Fallbacks.FalseOnNotFoundOr422
static class
Fallbacks.NullOnNotFoundOr404
static class
Fallbacks.TrueOnNotFoundOr404
static class
Fallbacks.VoidOnNotFoundOr404
-
-
-
Method Detail
-
valOnNotFoundOr404
public static <T> T valOnNotFoundOr404(T val, Throwable t)
-
-