public interface LFltConsumerAssert<S extends LFltConsumerAssert<S,A>,A extends LFltConsumer> extends org.assertj.core.api.Assert<S,A>, FunctionalAssert.Simple<S,LFltConsumer,A>
Assert class for LFltConsumer.
| Modifier and Type | Interface and Description |
|---|---|
static class |
LFltConsumerAssert.Base<S extends LFltConsumerAssert.Base<S,A>,A extends LFltConsumer>
Base implementation.
|
static class |
LFltConsumerAssert.The<A extends LFltConsumer>
Convenience implementation - if you want instantiate not to extend (uses one less generic parameter).
|
FunctionalAssert.Simple<S extends FunctionalAssert.Simple<S,PC,A>,PC,A>| Modifier and Type | Method and Description |
|---|---|
static <A extends LFltConsumer> |
assertFltCons(LFltConsumer func) |
SemiEvaluation<S,LFltConsumer,A> |
doesAccept(float a) |
inAllFollowingCasesasList, asString, doesNotHaveSameClassAs, equals, hasSameClassAs, hasSameHashCodeAs, hasToString, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, usingComparator, usingComparator, usingDefaultComparator, withRepresentation, withThreadDumpOnError@Nonnull static <A extends LFltConsumer> LFltConsumerAssert.The<A> assertFltCons(LFltConsumer func)
@Nonnull SemiEvaluation<S,LFltConsumer,A> doesAccept(float a)
Copyright © 2019. All rights reserved.