Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 626 Bytes

fn.md

File metadata and controls

43 lines (24 loc) · 626 Bytes

selenidejsFn

Interface: Fn <T, R>

An interface for the "object" version of Lambda

Type parameters

T

R

Hierarchy

  • Fn

Implemented by

Index

Methods

Methods

call

call(entity: T): Promise‹R›

Defined in lib/wait.ts:30

Parameters:

Name Type
entity T

Returns: Promise‹R›