nl.tudelft.goal.unreal.util
Interface Selector<T>

Package class diagram package Selector
Type Parameters:
T - type of the collection.

public interface Selector<T>

Selects from a collection a single element.

Author:
mpkorstanje

Method Summary
 T select(Collection<? extends T> c)
           
 

Method Detail

select

T select(Collection<? extends T> c)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.