Package

com.swoval

functional

Permalink

package functional

Visibility
  1. Public
  2. All

Type Members

  1. trait Consumer[T] extends AnyRef

    Permalink

    Represents an operation that takes an input and returns no result.

    Represents an operation that takes an input and returns no result.

    T

    the input type

  2. abstract class Either[+L, +R] extends AnyRef

    Permalink

    Represents a value that can be one of two types.

    Represents a value that can be one of two types. Inspired by Either, it is right biased, but does not define all of the combinators that the scala version does.

    L

    The left value

    R

    The right value

  3. trait Filter[T] extends AnyRef

    Permalink

    Generic Filter functional interface.

    Generic Filter functional interface.

    T

    The type of object to filter

Value Members

  1. object Either

    Permalink
  2. object Filters

    Permalink

Ungrouped