A B C E G H I M N S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- Either<TLeft,TRight> - Class in com.vladris.maki
-
Represents a 2-type discriminate union with Left and Right components.
- Either(TLeft, TypeGuard1...) - Constructor for class com.vladris.maki.Either
-
Creates a new instance of Either from an item of type
TLeft
. - Either(TRight, TypeGuard2...) - Constructor for class com.vladris.maki.Either
-
Creates a new instance of Either from an item of type
TRight
. - equals(Object) - Method in class com.vladris.maki.Either
- equals(Object) - Method in class com.vladris.maki.VariantBase
- Error<T> - Class in com.vladris.maki
-
Error holds either a value of type
T
or an exception. - Error(Exception) - Constructor for class com.vladris.maki.Error
-
Creates a new instance of Error from the given Exception.
- Error(T) - Constructor for class com.vladris.maki.Error
-
Creates a new instance of Error from the given value.
All Classes All Packages