Package org.apache.pekko.japi
package org.apache.pekko.japi
-
ClassDescriptionJavaPartialFunction<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.Pair<A,B> Java API Represents a pair (tuple) of two elements.Helper class for determining whether aThrowableis fatal or not.Helper class for determining whether aThrowableis fatal or not.This class hold common utilities for JavaThis class hold common utilities for Java