public interface CheckableFluent<P>
Modifier and Type | Interface and Description |
---|---|
static interface |
CheckableFluent.BoundCheckable1<P,A> |
static interface |
CheckableFluent.BoundCheckable2<P,A,B> |
static interface |
CheckableFluent.Predicate1<A> |
static interface |
CheckableFluent.Predicate2<A,B> |
static interface |
CheckableFluent.UnboundCheckable1<P,A> |
Modifier and Type | Method and Description |
---|---|
<A> CheckableFluent.BoundCheckable1<P,A> |
as(Class<A> a) |
<A> CheckableFluent.BoundCheckable1<P,A> as(Class<A> a)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.