Uses of Class
org.op4j.functions.FnSetOf

Packages that use FnSetOf
org.op4j.functions   
 

Uses of FnSetOf in org.op4j.functions
 

Subclasses of FnSetOf in org.op4j.functions
 class FnSetOfArrayOf<T>
           
 class FnSetOfListOf<T>
           
 class FnSetOfSetOf<T>
           
 

Methods in org.op4j.functions that return FnSetOf
static
<T> FnSetOf<T>
FnSet.of(org.javaruntype.type.Type<T> type)
           Specifies the type of the set components, so that the adequate set functions can be offered.
static FnSetOf<BigDecimal> FnSet.ofBigDecimal()
           Specifies the set as a Set<BigDecimal>, so that the adequate set functions can be offered.
static FnSetOf<BigInteger> FnSet.ofBigInteger()
           Specifies the set as a Set<BigInteger>, so that the adequate set functions can be offered.
static FnSetOf<Boolean> FnSet.ofBoolean()
           Specifies the set as a Set<Boolean>, so that the adequate set functions can be offered.
static FnSetOf<Byte> FnSet.ofByte()
           Specifies the set as a Set<Byte>, so that the adequate set functions can be offered.
static FnSetOf<Calendar> FnSet.ofCalendar()
           Specifies the set as a Set<Calendar>, so that the adequate set functions can be offered.
static FnSetOf<Character> FnSet.ofCharacter()
           Specifies the set as a Set<Character>, so that the adequate set functions can be offered.
static FnSetOf<Date> FnSet.ofDate()
           Specifies the set as a Set<Date>, so that the adequate set functions can be offered.
static FnSetOf<Double> FnSet.ofDouble()
           Specifies the set as a Set<Double>, so that the adequate set functions can be offered.
static FnSetOf<Float> FnSet.ofFloat()
           Specifies the set as a Set<Float>, so that the adequate set functions can be offered.
static FnSetOf<Integer> FnSet.ofInteger()
           Specifies the set as a Set<Integer>, so that the adequate set functions can be offered.
static FnSetOf<Long> FnSet.ofLong()
           Specifies the set as a Set<Long>, so that the adequate set functions can be offered.
static FnSetOf<Object> FnSet.ofObject()
           Specifies the set as a Set<Object>, so that the adequate set functions can be offered.
static FnSetOf<Short> FnSet.ofShort()
           Specifies the set as a Set<Short>, so that the adequate set functions can be offered.
static FnSetOf<String> FnSet.ofString()
           Specifies the set as a Set<String>, so that the adequate set functions can be offered.
 



Copyright © 2012 The OP4J team. All Rights Reserved.