org.op4j.operators.qualities
Interface ConvertibleToListOperator

All Known Subinterfaces:
ILevel0ArrayOperator<I,T>, ILevel0IndefiniteArrayOperator<I,T>, ILevel0SetOperator<I,T>
All Known Implementing Classes:
Level0ArrayOperator, Level0ArrayOperator, Level0IndefiniteArrayOperator, Level0SetOperator, Level0SetOperator

public interface ConvertibleToListOperator

This interface contains methods for conversions to list.

Since:
1.0
Author:
Daniel Fernández

Method Summary
 Operator toList()
           Converts the current target to a list.
 

Method Detail

toList

Operator toList()

Converts the current target to a list.

Returns:
an operator holding the converted object as target.


Copyright © 2012 The OP4J team. All Rights Reserved.