org.op4j.operators.qualities
Interface CastableToSetOperator

All Known Subinterfaces:
ILevel0SetOperator<I,T>
All Known Implementing Classes:
Level0SetOperator, Level0SetOperator

public interface CastableToSetOperator

This interface contains methods for casts to set (Set).

Since:
1.0
Author:
Daniel Fernández

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

Method Detail

of

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

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

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

castToSetOf

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

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

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


Copyright © 2012 The OP4J team. All Rights Reserved.