OptionalEdgesBinaryFunction

Boilerplate which avoids having to use generics.

Similar to EdgesBinaryFunction, but the value can also be null.

Constructors

Link copied to clipboard
constructor(argA: OA, argB: OB, lambda: (A, B) -> Edges?)