public abstract class Transform<T> extends Object implements Function<BeanManagerImpl,Iterable<T>>
| Modifier and Type | Field and Description |
|---|---|
static Transform<ObserverMethod<?>> |
OBSERVER |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
apply(BeanManagerImpl input) |
abstract Iterable<T> |
transform(BeanManagerImpl input) |
public static final Transform<ObserverMethod<?>> OBSERVER
public abstract Iterable<T> transform(BeanManagerImpl input)
public Iterable<T> apply(BeanManagerImpl input)
apply in interface Function<BeanManagerImpl,Iterable<T>>Copyright © 2016. All Rights Reserved.