net.vidageek.mirror.list.dsl
Interface MirrorList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>
All Known Implementing Classes:
BackedMirrorList

public interface MirrorList<T>
extends List<T>

This is a list interface that creates some methods to perform some functional operations

Author:
jonasabreu

Method Summary
<E> MirrorList<E>
mappingTo(Mapper<T,E> mapper)
           
 MirrorList<T> matching(Matcher<T> matcher)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

matching

MirrorList<T> matching(Matcher<T> matcher)

mappingTo

<E> MirrorList<E> mappingTo(Mapper<T,E> mapper)


Copyright © 2011 VidaGeek.net. All Rights Reserved.