Uses of Class
org.op4j.functions.FnListOf

Packages that use FnListOf
org.op4j.functions   
 

Uses of FnListOf in org.op4j.functions
 

Subclasses of FnListOf in org.op4j.functions
 class FnListOfArrayOf<T>
           
 class FnListOfListOf<T>
           
 class FnListOfSetOf<T>
           
 

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



Copyright © 2012 The OP4J team. All Rights Reserved.