Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Copyright 2021 Kári Magnússon
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package kuzminki.fn.types
import kuzminki.column._
@deprecated("this trait will be removed", "0.9.5")
trait StringNoArgsFn extends StringCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait StringArgsFn extends StringCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait BooleanNoArgsFn extends BooleanCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait BooleanArgsFn extends BooleanCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait ShortNoArgsFn extends ShortCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait ShortArgsFn extends ShortCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait IntNoArgsFn extends IntCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait IntArgsFn extends IntCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait LongNoArgsFn extends LongCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait LongArgsFn extends LongCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait FloatNoArgsFn extends FloatCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait FloatArgsFn extends FloatCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait DoubleNoArgsFn extends DoubleCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait DoubleArgsFn extends DoubleCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait BigDecimalNoArgsFn extends BigDecimalCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait BigDecimalArgsFn extends BigDecimalCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimeNoArgsFn extends TimeCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimeArgsFn extends TimeCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait DateNoArgsFn extends DateCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait DateArgsFn extends DateCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimestampNoArgsFn extends TimestampCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimestampArgsFn extends TimestampCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait JsonbNoArgsFn extends JsonbCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait JsonbArgsFn extends JsonbCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait UUIDNoArgsFn extends UUIDCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait UUIDArgsFn extends UUIDCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait StringSeqNoArgsFn extends StringSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait StringSeqArgsFn extends StringSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait BooleanSeqNoArgsFn extends BooleanSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait BooleanSeqArgsFn extends BooleanSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait ShortSeqNoArgsFn extends ShortSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait ShortSeqArgsFn extends ShortSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait IntSeqNoArgsFn extends IntSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait IntSeqArgsFn extends IntSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait LongSeqNoArgsFn extends LongSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait LongSeqArgsFn extends LongSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait FloatSeqNoArgsFn extends FloatSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait FloatSeqArgsFn extends FloatSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait DoubleSeqNoArgsFn extends DoubleSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait DoubleSeqArgsFn extends DoubleSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait BigDecimalSeqNoArgsFn extends BigDecimalSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait BigDecimalSeqArgsFn extends BigDecimalSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimeSeqNoArgsFn extends TimeSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimeSeqArgsFn extends TimeSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait DateSeqNoArgsFn extends DateSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait DateSeqArgsFn extends DateSeqCol with FnArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimestampSeqNoArgsFn extends TimestampSeqCol with FnColArgs
@deprecated("this trait will be removed", "0.9.5")
trait TimestampSeqArgsFn extends TimestampSeqCol with FnArgs