Methods

filterΒΆ

filter(fb:FullBox, predicate:Any)

Test FullBox value
Source: stdlib.ngs:1970

predicate

Test function to be called with the value of the FullBox

Returns

Box. fb if predicate succeeds, EmptyBox if not.