Uses of Package
org.n52.janmayen.function
-
Packages that use org.n52.janmayen.function Package Description org.n52.janmayen org.n52.janmayen.exception org.n52.janmayen.function org.n52.janmayen.stream -
Classes in org.n52.janmayen.function used by org.n52.janmayen Class Description ThrowingConsumer Represents an operation that accepts a single input argument and returns no result. -
Classes in org.n52.janmayen.function used by org.n52.janmayen.exception Class Description ThrowingBiConsumer Represents an operation that accepts two input arguments and returns no result.ThrowingBiFunction Represents a function that accepts two arguments and produces a result.ThrowingBiPredicate Represents a predicate (boolean-valued function) of two arguments.ThrowingCallable TODO JavaDocThrowingConsumer Represents an operation that accepts a single input argument and returns no result.ThrowingFunction Represents a function that accepts one argument and produces a result.ThrowingPredicate Represents a predicate (boolean-valued function) of one argument.ThrowingRunnable TODO JavaDocThrowingSupplier Represents a supplier of results.ThrowingTriConsumer TODO JavaDocThrowingUnaryOperator Represents an operation on a single operand that produces a result of the same type as its operand.TriConsumer TODO JavaDoc -
Classes in org.n52.janmayen.function used by org.n52.janmayen.function Class Description ThrowingBiConsumer Represents an operation that accepts two input arguments and returns no result.ThrowingBiFunction Represents a function that accepts two arguments and produces a result.ThrowingBiPredicate Represents a predicate (boolean-valued function) of two arguments.ThrowingConsumer Represents an operation that accepts a single input argument and returns no result.ThrowingFunction Represents a function that accepts one argument and produces a result.ThrowingPredicate Represents a predicate (boolean-valued function) of one argument.ThrowingRunnable TODO JavaDocThrowingSupplier Represents a supplier of results.ThrowingTriConsumer TODO JavaDocThrowingUnaryOperator Represents an operation on a single operand that produces a result of the same type as its operand.TriConsumer TODO JavaDoc -
Classes in org.n52.janmayen.function used by org.n52.janmayen.stream Class Description ThrowingConsumer Represents an operation that accepts a single input argument and returns no result.