Skip to content

Instantly share code, notes, and snippets.

@aalmiray
Created October 26, 2020 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalmiray/e17662a1ffae53006b2f633a35bfec02 to your computer and use it in GitHub Desktop.
Save aalmiray/e17662a1ffae53006b2f633a35bfec02 to your computer and use it in GitHub Desktop.
Kotlin 1.4.10 errors
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (59, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (75, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (91, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (107, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (123, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (139, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (171, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (187, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (203, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (219, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (235, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (251, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (267, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, out Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, out Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, out Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, out Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (299, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToString(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, String!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToString(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, String!>!>!): StringBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (315, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToInteger(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Int!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToInteger(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Int!>!>!): IntegerBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (331, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToLong(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Long!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToLong(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Long!>!>!): LongBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (347, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToFloat(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Float!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToFloat(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Float!>!>!): FloatBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (363, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToDouble(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Double!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToDouble(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Double!>!>!): DoubleBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (379, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!> reduceThenMapToBoolean(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Boolean!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToBoolean(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Boolean!>!>!): BooleanBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (395, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, out Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, out Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, out Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, out Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, Number!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!> reduceThenMapToNumber(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, Number!>!>!): NumberBinding! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (411, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (427, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
e: /Users/aalmiray/dev/github/griffon/subprojects/griffon-javafx-kotlin/src/main/kotlin/griffon/javafx/kotlin/collections/reduce/ReducingBindingsExtension.kt: (443, 29): None of the following functions can be called with the arguments supplied:
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableList<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: TypeVariable(V)!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: BinaryOperator<TypeVariable(V)!>!, p3: Function<in TypeVariable(V)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <K : Any!, V : Any!, R : Any!> reduceThenMap(p0: ObservableMap<TypeVariable(K)!, TypeVariable(V)!>!, p1: Supplier<TypeVariable(V)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(V)!>!>!, p3: ObservableValue<Function<in TypeVariable(V)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: TypeVariable(T)!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: BinaryOperator<TypeVariable(T)!>!, p3: Function<in TypeVariable(T)!, TypeVariable(R)!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
public open fun <T : Any!, R : Any!> reduceThenMap(p0: ObservableSet<TypeVariable(T)!>!, p1: Supplier<TypeVariable(T)!>!, p2: ObservableValue<BinaryOperator<TypeVariable(T)!>!>!, p3: ObservableValue<Function<in TypeVariable(T)!, TypeVariable(R)!>!>!): ObjectBinding<TypeVariable(R)!>! defined in griffon.javafx.beans.binding.ReducingBindings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment