org.op4j.functions
Class FnListOfArrayOf<T>

Object
  extended by org.op4j.functions.FnListOf<T[]>
      extended by org.op4j.functions.FnListOfArrayOf<T>

public final class FnListOfArrayOf<T>
extends FnListOf<T[]>

Since:
1.0
Author:
Daniel Fernández

Field Summary
 
Fields inherited from class org.op4j.functions.FnListOf
type
 
Constructor Summary
protected FnListOfArrayOf(org.javaruntype.type.Type<T> type)
           
 
Method Summary
 Function<List<T[]>,List<T>> flattenArrays()
           
 
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

FnListOfArrayOf

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

flattenArrays

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


Copyright © 2012 The OP4J team. All Rights Reserved.