public interface As
Modifier and Type | Interface and Description |
---|---|
static class |
As.Defaults |
static interface |
As.NotFoundBehaviour<T> |
Modifier and Type | Method and Description |
---|---|
<T> T |
as(Class<T> clazz) |
<T> T |
as(Class<T> clazz,
As.NotFoundBehaviour<T> notFoundBehaviour) |
@Nonnull <T> T as(@Nonnull Class<T> clazz)
@Nonnull <T> T as(@Nonnull Class<T> clazz, @Nonnull As.NotFoundBehaviour<T> notFoundBehaviour)
Copyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.