Package org.tribot.script.sdk.kotlin

Types

ArrowExtensionsKt
Link copied to clipboard
public final class ArrowExtensionsKt
TribotEitherEffect
Link copied to clipboard
public interface TribotEitherEffect<E extends Object, A extends Object> implements Effect<Either<E, A>>
TribotEitherEffectDefault
Link copied to clipboard
public final class TribotEitherEffectDefault<E extends Object, A extends Object> implements TribotEitherEffect<E, A>