Take<T> extension

on
  • T

Methods

takeIf(bool predicate(T)) → T?
takeUnless(bool predicate(T)) → T?