Package io.activej.common.collection


package io.activej.common.collection
  • Classes
    Class
    Description
    Either<L,R>
    A compound type that represents a disjoint union of two values (only one value is present, either left or right)
    Try<T>
    A compound type that represents either a result or an exception