Function

trait Function[In, Out] extends Function[In, Out]
trait Function[In, Out]
class Object
trait Matchable
class Any

Value members

Abstract methods

def handle(input: In, context: Context): Out

Concrete methods

override def process(input: In, context: Context): Out
Definition Classes
Function

Inherited methods

@throws(java.lang.Exception)
def close(): Unit
Inherited from:
Function
@throws(java.lang.Exception)
def initialize(context: Context): Unit
Inherited from:
Function