Interface AttributeAccess<C,T>

All Superinterfaces:
Function<C,T>, Serializable, scala.Serializable

public interface AttributeAccess<C,T> extends Function<C,T>, scala.Serializable
Extracts individual properties from the containers
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(C container)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Method Details