Package de.s42.base.functional


package de.s42.base.functional
  • Classes
    Class
    Description
    Either<FirstType, SecondType>
    Either is an implementation of the either monad.
    Pair<FirstType, SecondType>
    A pair of 2 values.