All Superinterfaces: `RamaFunction`, `RamaSerializable`, `Serializable`

* * *

public interface RamaFunction3<T0,T1,T2,R>
extends [RamaFunction](/content/javadoc/com/rpl/rama/ops/RamaFunction.html "interface in com.rpl.rama.ops"/index.html)

Interface for custom function implementations of three arguments

- ## Method Summary

All MethodsInstance MethodsAbstract Methods

Modifier and Type

Method

Description

`R`

`invoke(T0 arg0,T1 arg1,T2 arg2)`

Computes result of function from input arguments

- ## Method Details

- ### invoke

[R](/content/javadoc/com/rpl/rama/ops/RamaFunction3.html "type parameter in RamaFunction3"/index.html)invoke( [T0](/content/javadoc/com/rpl/rama/ops/RamaFunction3.html "type parameter in RamaFunction3"/index.html) arg0,
    [T1](/content/javadoc/com/rpl/rama/ops/RamaFunction3.html "type parameter in RamaFunction3"/index.html) arg1,
    [T2](/content/javadoc/com/rpl/rama/ops/RamaFunction3.html "type parameter in RamaFunction3"/index.html) arg2)

Computes result of function from input arguments
