Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnaryFunction<X, Y>

Type parameters

  • X

  • Y

Hierarchy

  • UnaryFunction

Implemented by

Index

Methods

Methods

Optional d

  • d(x: X): Y
  • Parameters

    • x: X

    Returns Y

Optional d2

  • d2(x: X): Y
  • Parameters

    • x: X

    Returns Y

f

  • f(x: X): Y
  • Parameters

    • x: X

    Returns Y