org.op4j.functions
Class FnArrayOfListOf<T>

Object
  extended by org.op4j.functions.FnArrayOf<List<T>>
      extended by org.op4j.functions.FnArrayOfListOf<T>

public final class FnArrayOfListOf<T>
extends FnArrayOf<List<T>>

Since:
1.0
Author:
Daniel Fernández

Field Summary
 
Fields inherited from class org.op4j.functions.FnArrayOf
type
 
Constructor Summary
protected FnArrayOfListOf(org.javaruntype.type.Type<T> type)
           
 
Method Summary
 Function<List<T>[],T[]> flattenLists()
           
 
Methods inherited from class org.op4j.functions.FnArrayOf
add, addAll, all, any, contains, containsAll, containsAny, containsNone, count, couple, coupleAndGroup, createFromMapOfList, distinct, fromList, insert, notContains, removeAllEqual, removeAllFalse, removeAllIndexes, removeAllIndexesNot, removeAllNotNullAndFalse, removeAllNotNullAndTrue, removeAllNull, removeAllNullOrFalse, removeAllNullOrTrue, removeAllTrue, reverse, sort, sort, sortBy, toGroupMapOf, toGroupMapOf, toList, 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

FnArrayOfListOf

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

flattenLists

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


Copyright © 2012 The OP4J team. All Rights Reserved.