- All Superinterfaces:
Composite<T,Finder<T>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Fabrizio Giudici
- Status: stable API
- Stereotype:
- Role
-
-
-
Method Summary
Static Methods
Returns a wrapped
SimpleComposite
on a given
Finder
.
Returns a wrapped SimpleComposite
on a given collection of elements.
-
-
Method Details
-
of
Returns a wrapped
SimpleComposite
on a given
Finder
.
- Type Parameters:
U
- the type of the Finder
- Parameters:
finder
- the Finder
- Returns:
- the wrapped
SimpleComposite
- Since:
- 3.2-ALPHA-1
-
ofCloned
Returns a wrapped SimpleComposite
on a given collection of elements.. The collection is cloned and will be immutable.
- Type Parameters:
U
- the type of the Finder
- Parameters:
items
- the objects to wrap
- Returns:
- a wrapped
SimpleComposite
on a given collection of elements
- Since:
- 3.2-ALPHA-1