| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionFluent.Step<T,Value extends Collection<T>,TheFluent,This extends CollectionFluent.Step<T,Value,TheFluent,This>> |
| Modifier and Type | Method and Description |
|---|---|
<T> CollectionFluent.Step<T,Collection<T>,TheFluent,?> |
ObjectFluent.Step.asCollection()
Converts this fluent into a CollectionFluent.Step
|
<K> CollectionFluent.Step<K,Set<K>,TheFluent,?> |
ObjectFluent.Step.asSet()
Converts this fluent into a CollectionFluent.Step
|
default CollectionFluent.Step<K,Set<K>,TheFluent,?> |
MapFluent.keys() |
default CollectionFluent.Step<V,Collection<V>,TheFluent,?> |
MapFluent.values() |
| Modifier and Type | Method and Description |
|---|---|
static <T,Value extends Collection<T>,TheFluent> |
FluentAssert.aCollection() |
static <T,Value extends Collection<T>,TheFluent> |
CollectionFluent.Step.adapter() |
Copyright © 2015. All Rights Reserved.