Package org.opencastproject.util.data
package org.opencastproject.util.data
-
ClassDescriptionCell<A>Deprecated.By now, all of this is natively available in Java.Effect<A>Run a side effect.Effect.X<A>Version of
Effectthat allows for throwing a checked exception.Run a side effect.Version ofEffect0that allows for throwing a checked exception.Effect2<A,B> Run a side effect.Either<A,B> An algebraic data type representing a disjoint union.Either.Match<A,B, X> Function<A,B> Function of arity 1.Function.X<A,B> Version ofFunctionthat allows for throwing a checked exception.Function0<A>Function of arity 0, i.e. a constant function.Function0.X<A>Version ofFunction0that allows for throwing a checked exception.Function2<A,B, C> Function of arity 2.Function2.X<A,B, C> Version ofFunction2that allows for throwing a checked exception.The iterator monad.The list monad.NonEmptyList<A>Non empty list.Option<A>The option type encapsulates on optional value.Effect match.Option.Match<A,B> Predicate<A>A predicate function.The prelude contains general purpose functions.Tuple<A,B> A pair.Tuple3<A,B, C> A 3-tuple.VCell<A>Value cell, a mutable data container.