org.op4j.functions
Class FnSetOfListOf<T>

Object
  extended by org.op4j.functions.FnSetOf<List<T>>
      extended by org.op4j.functions.FnSetOfListOf<T>

public final class FnSetOfListOf<T>
extends FnSetOf<List<T>>

Since:
1.0
Author:
Daniel Fernández

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

FnSetOfListOf

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

flattenLists

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


Copyright © 2012 The OP4J team. All Rights Reserved.