Fn

fr.hammons.slinc.Fn
See theFn companion object
trait Fn[F, Inputs <: Tuple, Output]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Function = F

Value members

Abstract methods

def andThen(fn: Function, andThen: Output => Output): Function