Package org.apache.pekko.japi
-
Interface Summary Interface Description Creator<T> Deprecated. Will be removed in favor of pekko.japi.function.Creator in Pekko 2.0.0.Effect Deprecated. Will be removed in favor of pekko.japi.function.Effect in Pekko 2.0.0.Function<T,R> Deprecated. Will be removed in favor of pekko.japi.function.Function in Pekko 2.0.0.Function2<T1,T2,R> Deprecated. Will be removed in favor of pekko.japi.function.Function2 in Pekko 2.0.0.Predicate<T> Deprecated. Will be removed in favor of pekko.japi.function.Predicate in Pekko 2.0.0.Procedure<T> Deprecated. Will be removed in favor of pekko.japi.function.Procedure in Pekko 2.0.0. -
Class Summary Class Description JAPI Deprecated. JavaPartialFunction<A,B> Helper for implementing a *pure* partial function: it will possibly be invoked multiple times for a single “application”, because its only abstract method is used for both isDefinedAt() and apply(); the former is mapped toisCheck == trueand the latter toisCheck == falsefor those cases where this is important to know.JavaPartialFunction$ Option<A> Deprecated. Will be removed in favor of java.util.Optional in Pekko 2.0.0.Option.Some<A> ClassSome[A]represents existing values of typeA.Option.Some$ Option$ Deprecated. Will be removed in favor of java.util.Optional in Pekko 2.0.0.Pair<A,B> Java API Represents a pair (tuple) of two elements.Pair$ Throwables Helper class for determining whether aThrowableis fatal or not.Throwables$ Helper class for determining whether aThrowableis fatal or not.Util This class hold common utilities for JavaUtil$ This class hold common utilities for Java -
Exception Summary Exception Description JavaPartialFunction.NoMatch$ JavaPartialFunction.NoMatchException