Package org.smallibs.type
Interface HK<M,A,S extends HK<M,A,S>>
- All Known Subinterfaces:
Applicative<M,,A, S> Functor<M,,A, S> Maybe<T>,Monad<M,,A, S> Promise<T>,Try<T>
- All Known Implementing Classes:
Maybe.None,Maybe.Some,PromisesSet,RunnablePromise,SolvablePromise,SolvedPromise,Try.Failure,Try.Success
public interface HK<M,A,S extends HK<M,A,S>>
-
Method Summary
-
Method Details
-
apply
-
self
S self()
-