Package com.terheyden.value


@NonnullByDefault package com.terheyden.value
Mark this entire package as @NotNull by default, including method return values, method parameters, and fields.
  • Class
    Description
    Functional interface for accepting two values.
    CheckedPredicate2 interface.
    Consumer2 class.
    Declares the following defaults for the entire package: Methods don't return null.
    Predicate2 interface.
    A stack with a single value.
    Value2<B,C>
    A stack of two values.
    A value stack can collect and combine multiple values in a functional way.