All Downloads are FREE. Search and download functionalities are using the official Maven repository.

functions.model.common.scala Maven / Gradle / Ivy

The newest version!
package functions.model

type InvokerMap = Map[Coordinates4, ReceiverInput => Array[Byte]]

import java.util.function.BiFunction

type TransportFunction    = TransportInput => Array[Byte]
type TransportFunctionRaw = BiFunction[String, Array[Byte], Array[Byte]]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy