Packages

object Keep

Convenience functions for often-encountered purposes like keeping only the left (first) or only the right (second) of two input values.

Source
Materialization.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Keep
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def both[L, R]: (L, R) ⇒ (L, R)
  2. def left[L, R]: (L, R) ⇒ L
  3. def none[L, R]: (L, R) ⇒ NotUsed
  4. def right[L, R]: (L, R) ⇒ R