SbtReceiver

functions.proxygenerator.sbt.SbtReceiver
class SbtReceiver extends Function[Array[Byte], String]

Used by the sbt plugin

Attributes

Graph
Supertypes
trait Function[Array[Byte], String]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(in: Array[Byte]): String

Attributes

Definition Classes
Function

Inherited methods

def andThen[V <: <FromJavaObject>](x$0: Function[_ >: String <: <FromJavaObject>, _ <: V]): Function[T, V]

Attributes

Inherited from:
Function
def compose[V <: <FromJavaObject>](x$0: Function[_ >: V <: <FromJavaObject>, _ <: Array[Byte]]): Function[V, R]

Attributes

Inherited from:
Function