org.op4j.functions
Class FnSetOfArrayOf<T>

Object
  extended by org.op4j.functions.FnSetOf<T[]>
      extended by org.op4j.functions.FnSetOfArrayOf<T>

public final class FnSetOfArrayOf<T>
extends FnSetOf<T[]>

Since:
1.0
Author:
Daniel Fernández

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

FnSetOfArrayOf

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

flattenArrays

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


Copyright © 2012 The OP4J team. All Rights Reserved.