org.op4j.operators.qualities
Interface CastableToListOperator

All Known Subinterfaces:
ILevel0ListOperator<I,T>
All Known Implementing Classes:
Level0ListOperator, Level0ListOperator

public interface CastableToListOperator

This interface contains methods for casts to list (List).

Since:
1.0
Author:
Daniel Fernández

Method Summary
<X> Operator
castToListOf(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a list of the specified type.
<X> Operator
of(org.javaruntype.type.Type<X> type)
           Casts the operator's target as a list of the specified type.
 

Method Detail

of

<X> Operator of(org.javaruntype.type.Type<X> type)

Casts the operator's target as a list of the specified type.

Type Parameters:
X - the type of the elements of the list
Parameters:
type - the type of the elements of the list
Returns:
the resulting casted operator

castToListOf

<X> Operator castToListOf(org.javaruntype.type.Type<X> type)

Casts the operator's target as a list of the specified type.

Type Parameters:
X - the type of the elements of the list
Parameters:
type - the type of the elements of the list
Returns:
the resulting casted operator


Copyright © 2012 The OP4J team. All Rights Reserved.