org.op4j.functions
Class FnListOfSetOf<T>

Object
  extended by org.op4j.functions.FnListOf<Set<T>>
      extended by org.op4j.functions.FnListOfSetOf<T>

public final class FnListOfSetOf<T>
extends FnListOf<Set<T>>

Since:
1.0
Author:
Daniel Fernández

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

FnListOfSetOf

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

flattenSets

public final Function<List<Set<T>>,List<T>> flattenSets()


Copyright © 2012 The OP4J team. All Rights Reserved.