Package | Description |
---|---|
de.tobiasroeser.lambdatest | |
de.tobiasroeser.lambdatest.generic | |
de.tobiasroeser.lambdatest.internal | |
de.tobiasroeser.lambdatest.proxy |
Modifier and Type | Method and Description |
---|---|
Optional<?> |
Optional.adapt() |
Optional<Section> |
Section.findInParents(Section section) |
<R> Optional<R> |
Optional.flatMap(F1<? super T,Optional<? extends R>> f) |
Optional<Section> |
LambdaTestCase.getSection()
The optional section, this test case belongs to.
|
static <S> Optional<S> |
Optional.lift(S someOrNull)
|
<R> Optional<R> |
Optional.map(F1<? super T,? extends R> f) |
static <N> Optional<N> |
Optional.none() |
static <S> Optional<S> |
Optional.some(S some)
Create a defined
Optional with the given value some . |
Modifier and Type | Method and Description |
---|---|
<R> Optional<R> |
Optional.flatMap(F1<? super T,Optional<? extends R>> f) |
Modifier and Type | Method and Description |
---|---|
protected Optional<Section> |
DefaultReporter.findSameOrInParent(Section s1,
Section s2) |
Optional<Section> |
FreeSpecBase.getCurrentSection() |
Optional<Section> |
DefaultTestCase.getSection() |
Modifier and Type | Method and Description |
---|---|
static <T> Optional<T> |
Util.find(Iterable<T> source,
F1<? super T,Boolean> accept) |
Modifier and Type | Method and Description |
---|---|
static Optional<Tuple2<Object,Method>> |
TestProxy.findHandler(List<Object> handlers,
Method method) |
Copyright © 2019. All rights reserved.