org.op4j.functions
Class FnArrayOfSetOf<T>

Object
  extended by org.op4j.functions.FnArrayOf<Set<T>>
      extended by org.op4j.functions.FnArrayOfSetOf<T>

public final class FnArrayOfSetOf<T>
extends FnArrayOf<Set<T>>

Since:
1.0
Author:
Daniel Fernández

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

FnArrayOfSetOf

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

flattenSets

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


Copyright © 2012 The OP4J team. All Rights Reserved.