cascading.lingual.optiq
Class Functions

java.lang.Object
  extended by cascading.lingual.optiq.Functions

public class Functions
extends Object

An internal reflection helper.


Constructor Summary
Functions()
           
 
Method Summary
static boolean falseIfNull(boolean result)
           
static boolean falseIfNull(Boolean result)
          called by the above expression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

public Functions()
Method Detail

falseIfNull

public static boolean falseIfNull(Boolean result)
called by the above expression

Parameters:
result - Boolean value
Returns:
False if input is false or null

falseIfNull

public static boolean falseIfNull(boolean result)


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.