MCPcopy Index your code
hub / github.com/ReactiveX/RxGo / Duration

Interface Duration

duration.go:14–16  ·  view source on GitHub ↗

Duration represents a duration

Source from the content-addressed store, hash-verified

12
13// Duration represents a duration
14type Duration interface {
15 duration() time.Duration
16}
17
18type duration struct {
19 d time.Duration

Callers 8

TestWithFrequencyFunction · 0.65
BufferWithTimeMethod · 0.65
BufferWithTimeOrCountMethod · 0.65
DebounceMethod · 0.65
JoinMethod · 0.65
endMethod · 0.65
WindowWithTimeMethod · 0.65
WindowWithTimeOrCountMethod · 0.65

Implementers 3

durationduration.go
mockDurationduration.go

Calls

no outgoing calls

Tested by

no test coverage detected