org.op4j.functions
Class FnListOfListOf<T>

Object
  extended by org.op4j.functions.FnListOf<List<T>>
      extended by org.op4j.functions.FnListOfListOf<T>

public final class FnListOfListOf<T>
extends FnListOf<List<T>>

Since:
1.0
Author:
Daniel Fernández

Field Summary
 
Fields inherited from class org.op4j.functions.FnListOf
type
 
Constructor Summary
protected FnListOfListOf(org.javaruntype.type.Type<T> type)
           
 
Method Summary
 Function<List<List<T>>,List<T>> flattenLists()
           
 
Methods inherited from class org.op4j.functions.FnListOf
add, addAll, all, any, contains, containsAll, containsAny, containsNone, count, couple, coupleAndGroup, createFromMapOfList, distinct, insert, notContains, removeAllEqual, removeAllFalse, removeAllIndexes, removeAllIndexesNot, removeAllNotNullAndFalse, removeAllNotNullAndTrue, removeAllNull, removeAllNullOrFalse, removeAllNullOrTrue, removeAllTrue, reverse, sort, sort, sortBy, toArray, toGroupMap, toGroupMap, toMap, toMap, toSet, zipAndGroupKeys, zipAndGroupKeysBy, zipAndGroupKeysFrom, zipAndGroupKeysFrom, zipAndGroupValues, zipAndGroupValuesBy, zipAndGroupValuesFrom, zipAndGroupValuesFrom, zipKeys, zipKeysBy, zipKeysFrom, zipKeysFrom, zipValues, zipValuesBy, zipValuesFrom, zipValuesFrom
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FnListOfListOf

protected FnListOfListOf(org.javaruntype.type.Type<T> type)
Method Detail

flattenLists

public final Function<List<List<T>>,List<T>> flattenLists()


Copyright © 2012 The OP4J team. All Rights Reserved.