com.lyncode.jtwig.util
Class BooleanOperations

java.lang.Object
  extended by com.lyncode.jtwig.util.BooleanOperations

public class BooleanOperations
extends Object


Constructor Summary
BooleanOperations()
           
 
Method Summary
static Object and(Object a, Object b)
           
static boolean isTrue(Object obj)
           
static Object not(Object a)
           
static Object or(Object a, Object b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanOperations

public BooleanOperations()
Method Detail

and

public static Object and(Object a,
                         Object b)

or

public static Object or(Object a,
                        Object b)

not

public static Object not(Object a)

isTrue

public static boolean isTrue(Object obj)


Copyright © 2014. All Rights Reserved.