Class FunctionUtils


  • public class FunctionUtils
    extends java.lang.Object
    A set of utility functions.
    Author:
    Collin Alpert
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionUtils()  
    • Method Summary

      Modifier and Type Method Description
      static <T> com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> alwaysFalse()  
      static <T> com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> alwaysTrue()  
      static <T> java.util.function.Consumer<? super T> empty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionUtils

        public FunctionUtils()
    • Method Detail

      • empty

        public static <T> java.util.function.Consumer<? super T> empty()
      • alwaysTrue

        public static <T> com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> alwaysTrue()
      • alwaysFalse

        public static <T> com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> alwaysFalse()