public interface LLongFunctionAssert<S extends LLongFunctionAssert<S,A,RS,R>,A extends LLongFunction<R>,RS extends org.assertj.core.api.Assert<RS,R>,R> extends org.assertj.core.api.Assert<S,A>, FullFunctionalAssert<S,LLongConsumer,A,RS,R>
Assert class for LLongFunction.
| Modifier and Type | Interface and Description |
|---|---|
static class |
LLongFunctionAssert.Base<S extends LLongFunctionAssert.Base<S,A,RS,R>,A extends LLongFunction<R>,RS extends org.assertj.core.api.Assert<RS,R>,R>
Base implementation.
|
static class |
LLongFunctionAssert.The<A extends LLongFunction<R>,RS extends org.assertj.core.api.Assert<RS,R>,R>
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 LLongFunction<R>,RS extends org.assertj.core.api.Assert<RS,R>,R> |
assertLongFunc(LLongFunction<R> func) |
Evaluation<S,LLongConsumer,A,RS,R> |
doesApply(long 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 LLongFunction<R>,RS extends org.assertj.core.api.Assert<RS,R>,R> LLongFunctionAssert.The<A,RS,R> assertLongFunc(LLongFunction<R> func)
@Nonnull Evaluation<S,LLongConsumer,A,RS,R> doesApply(long a)
Copyright © 2019. All rights reserved.