abstract class Playwright::Waitable(T)

Direct Known Subclasses

Defined in:

playwright/impl/waitable.cr

Instance Method Summary

Instance Method Detail

def apply(transform : T -> U) : Waitable(U) forall U #

[View source]
def dispose #

[View source]
abstract def done? : Bool #

[View source]
abstract def get : T #

[View source]