类 BitAggFun<T extends Number>

java.lang.Object
gu.sql2java.wherehelper.BitAggFun<T>
类型参数:
T -
所有已实现的接口:
com.google.common.base.Function<Object,T>

public class BitAggFun<T extends Number> extends Object implements com.google.common.base.Function<Object,T>
输入参数聚合为整型类型(Long|Integer|Short|Byte)的转换类
从以下版本开始:
3.27.0
作者:
guyadong
  • 构造器详细资料

    • BitAggFun

      public BitAggFun(Class<T> type, com.google.common.base.Function<Collection,T> agg)
      参数:
      type - 数字类型(Long|Integer|Short|Byte)
      agg - 将字符串集合聚合为整数的函数
  • 方法详细资料

    • apply

      public T apply(Object input)
      指定者:
      apply 在接口中 com.google.common.base.Function<Object,T extends Number>