object Keep

Source
Keep.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]: Function2[L, R, Pair[L, R]]
  2. def left[L, R]: Function2[L, R, L]
  3. def none[L, R]: Function2[L, R, NotUsed]
  4. def right[L, R]: Function2[L, R, R]