ApplyConverter

pl.iterators.stir.util.ApplyConverter
See theApplyConverter companion object
abstract class ApplyConverter[L]

ApplyConverter allows generic conversion of functions of type (T1, T2, ...) => Route to (TupleX(T1, T2, ...)) => Route.

Attributes

Companion
object
Source
ApplyConverter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type In

Attributes

Source
ApplyConverter.scala

Value members

Abstract methods

def apply(f: In): L => Route

Attributes

Source
ApplyConverter.scala