Function

io.borsh4s.BinarySize$.Function
final case class Function[T](calc: T => Nat) extends BinarySize[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BinarySize[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def calculate(t: T): Nat

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product