org.op4j.functions
Class FnSetOfSetOf<T>

Object
  extended by org.op4j.functions.FnSetOf<Set<T>>
      extended by org.op4j.functions.FnSetOfSetOf<T>

public final class FnSetOfSetOf<T>
extends FnSetOf<Set<T>>

Since:
1.0
Author:
Daniel Fernández

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

FnSetOfSetOf

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

flattenSets

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


Copyright © 2012 The OP4J team. All Rights Reserved.