Deprecated API


Contents
Deprecated Methods
org.op4j.functions.FnString.isBigDecimal()
          use FnString.canBeBigDecimal() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigDecimal(DecimalPoint)
          use FnString.canBeBigDecimal(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigDecimal(Locale)
          use FnString.canBeBigDecimal(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigDecimal(String)
          use FnString.canBeBigDecimal(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigInteger()
          use FnString.canBeBigInteger() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigInteger(DecimalPoint)
          use FnString.canBeBigInteger(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigInteger(int)
          use FnString.canBeBigInteger(int) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigInteger(Locale)
          use FnString.canBeBigInteger(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isBigInteger(String)
          use FnString.canBeBigInteger(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isByte()
          use FnString.canBeByte() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isByte(DecimalPoint)
          use FnString.canBeByte(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isByte(int)
          use FnString.canBeByte(int) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isByte(Locale)
          use FnString.canBeByte(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isByte(String)
          use FnString.canBeByte(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isDouble()
          use FnString.canBeDouble() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isDouble(DecimalPoint)
          use FnString.canBeDouble(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isDouble(Locale)
          use FnString.canBeDouble(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isDouble(String)
          use FnString.canBeDouble(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isFloat()
          use FnString.canBeFloat() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isFloat(DecimalPoint)
          use FnString.canBeFloat(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isFloat(Locale)
          use FnString.canBeFloat(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isFloat(String)
          use FnString.canBeFloat(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isInteger()
          use FnString.canBeInteger() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isInteger(DecimalPoint)
          use FnString.canBeInteger(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isInteger(int)
          use FnString.canBeInteger(int) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isInteger(Locale)
          use FnString.canBeInteger(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isInteger(String)
          use FnString.canBeInteger(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isLong()
          use FnString.canBeLong() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isLong(DecimalPoint)
          use FnString.canBeLong(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isLong(int)
          use FnString.canBeLong(int) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isLong(Locale)
          use FnString.canBeLong(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isLong(String)
          use FnString.canBeLong(String) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isShort()
          use FnString.canBeShort() instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isShort(DecimalPoint)
          use FnString.canBeShort(DecimalPoint) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isShort(int)
          use FnString.canBeShort(int) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isShort(Locale)
          use FnString.canBeShort(Locale) instead. This method will be removed in version 1.3 
org.op4j.functions.FnString.isShort(String)
          use FnString.canBeShort(String) instead. This method will be removed in version 1.3 
 



Copyright © 2012 The OP4J team. All Rights Reserved.