| Package | Description |
|---|---|
| eu.lunisolar.magma.func.asserts.std |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JreBiFunctionAssert<S extends JreBiFunctionAssert<S,A,RS,T1,T2,R>,A extends java.util.function.BiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R>
Assert class for BiFunction.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JreBiFunctionAssert.Base<S extends JreBiFunctionAssert.Base<S,A,RS,T1,T2,R>,A extends java.util.function.BiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R>
Base implementation.
|
static class |
JreBiFunctionAssert.The<A extends java.util.function.BiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R>
Convenience implementation - if you want instantiate not to extend (uses one less generic parameter).
|
Copyright © 2019. All rights reserved.